{ "meta": {}, "group": { "title": "Available methods", "anchor": "available-methods" }, "object": { "anchor": "setchatstickerset", "name": "setChatStickerSet", "description": "Use this method to set a new group sticker set for a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Use the field can_set_sticker_set optionally returned in getChat requests to check if the bot can use this method. Returns True on success.", "html_description": "

Use this method to set a new group sticker set for a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Use the field can_set_sticker_set optionally returned in getChat requests to check if the bot can use this method. Returns True on success.

", "rst_description": "Use this method to set a new group sticker set for a supergroup. The bot must be an administrator in the chat for this to work and must have the appropriate administrator rights. Use the field *can_set_sticker_set* optionally returned in :class:`aiogram.methods.get_chat.GetChat` requests to check if the bot can use this method. Returns :code:`True` on success.", "annotations": [ { "type": "Integer or String", "required": true, "description": "Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)", "html_description": "Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)", "rst_description": "Unique identifier for the target chat or username of the target supergroup (in the format :code:`@supergroupusername`)\n", "name": "chat_id" }, { "type": "String", "required": true, "description": "Name of the sticker set to be set as the group sticker set", "html_description": "Name of the sticker set to be set as the group sticker set", "rst_description": "Name of the sticker set to be set as the group sticker set\n", "name": "sticker_set_name" } ], "category": "methods" } }