TelegramBot.deleteChatStickerSet

Delete a group sticker set from a supergroup

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

Parameters

chat_id T

Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)

Return Value

Type: bool

true on success

Throws

TelegramBotException on errors

See Also

Meta