TelegramBot.setChatTitle

Change the title of a chat

  1. bool setChatTitle(T chat_id, string title)
  2. bool setChatTitle(SetChatTitleMethod m)
    struct TelegramBot
    @trusted
    bool
    setChatTitle

Return Value

Type: bool

true on success

Throws

TelegramBotException on errors

See Also

Meta