24 #ifndef TGBOT_CHATPHOTO_H 25 #define TGBOT_CHATPHOTO_H 38 typedef std::shared_ptr<ChatPhoto>
Ptr;
52 #endif //TGBOT_CHATPHOTO_H This object represents a chat photo.
std::string bigFileId
Unique file identifier of big (640x640) chat photo. This file_id can be used only for photo download...
std::string smallFileId
Unique file identifier of small (160x160) chat photo. This file_id can be used only for photo downloa...
std::shared_ptr< ChatPhoto > Ptr