TelegramBot.deleteChatStickerSet

Delete a group sticker set from a supergroup

  1. bool deleteChatStickerSet(T chat_id)
  2. bool deleteChatStickerSet(DeleteChatStickerSetMethod m)
    struct TelegramBot
    @trusted
    bool
    deleteChatStickerSet

Return Value

Type: bool

true on success

Throws

TelegramBotException on errors

See Also

Meta