tgbot-cpp
|
This object represents a chat photo. More...
#include <ChatPhoto.h>
Public Types | |
typedef std::shared_ptr< ChatPhoto > | Ptr |
Public Attributes | |
std::string | smallFileId |
Unique file identifier of small (160x160) chat photo. This file_id can be used only for photo download. More... | |
std::string | bigFileId |
Unique file identifier of big (640x640) chat photo. This file_id can be used only for photo download. More... | |
This object represents a chat photo.
Definition at line 36 of file ChatPhoto.h.
typedef std::shared_ptr<ChatPhoto> TgBot::ChatPhoto::Ptr |
Definition at line 38 of file ChatPhoto.h.
std::string TgBot::ChatPhoto::bigFileId |
Unique file identifier of big (640x640) chat photo. This file_id can be used only for photo download.
Definition at line 48 of file ChatPhoto.h.
std::string TgBot::ChatPhoto::smallFileId |
Unique file identifier of small (160x160) chat photo. This file_id can be used only for photo download.
Definition at line 43 of file ChatPhoto.h.