TelegramBot.setChatStickerSet

Set a new group sticker set for a supergroup

  1. bool setChatStickerSet(T chat_id, string sticker_set_name)
  2. bool setChatStickerSet(SetChatStickerSetMethod m)
    struct TelegramBot
    @trusted
    bool
    setChatStickerSet

Return Value

Type: bool

true on success

Throws

TelegramBotException on errors

See Also

Meta