TelegramBot.setChatDescription

Change the description of a supergroup or a channel

  1. bool setChatDescription(T chat_id, string description)
  2. bool setChatDescription(SetChatDescriptionMethod m)
    struct TelegramBot
    @trusted
    bool
    setChatDescription

Return Value

Type: bool

Sent Message

Throws

TelegramBotException on errors

See Also

Meta