TelegramBot.setChatStickerSet

Set a new group sticker set for a supergroup

  1. bool setChatStickerSet(T chat_id, string sticker_set_name)
    struct TelegramBot
    @trusted
    bool
    setChatStickerSet
    (
    T
    )
  2. bool setChatStickerSet(SetChatStickerSetMethod 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