TelegramBot.deleteChatPhoto

Delete a chat photo

  1. bool deleteChatPhoto(T chat_id)
  2. bool deleteChatPhoto(DeleteChatPhotoMethod m)
    struct TelegramBot
    @trusted
    bool
    deleteChatPhoto

Return Value

Type: bool

true on success

Throws

TelegramBotException on errors

See Also

Meta