deleteChatStickerSet
Returns boolean ↗
Use this method to delete a group sticker set from 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.
Required: chat_id
Try it
TypeScript example · @effect-ak/tg-bot-client
import { makeTgBotClient } from "@effect-ak/tg-bot-client"
const client = makeTgBotClient({ bot_token: "YOUR_BOT_TOKEN" })
const result = await client.execute("delete_chat_sticker_set", { chat_id: "YOUR_CHAT_ID"})Parameters
chat_id number | string Required
Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername).
Related methods
deleteBusinessMessages · deleteChatPhoto · deleteForumTopic · deleteMessage · deleteMessages · deleteMyCommands · deleteStickerFromSet · deleteStickerSet · deleteStory · deleteWebhook