TelegramBot.setChatPhoto

Set a new profile photo for the chat

More...
  1. bool setChatPhoto(T chat_id, InputFile photo)
  2. bool setChatPhoto(SetChatPhotoMethod m)
    struct TelegramBot
    @trusted
    bool
    setChatPhoto

Return Value

Type: bool

true on success

Detailed Description

Deprecated: InputFile isn't supported yet

Throws

TelegramBotException on errors

See Also

Meta