1#ifndef TGBOT_CHATPHOTO_H
2#define TGBOT_CHATPHOTO_H
17 typedef std::shared_ptr<ChatPhoto>
Ptr;
This object represents a chat photo.
std::string smallFileUniqueId
Unique file identifier of small (160x160) chat photo, which is supposed to be the same over time and ...
std::string smallFileId
File identifier of small (160x160) chat photo. This fileId can be used only for photo download and on...
std::string bigFileUniqueId
Unique file identifier of big (640x640) chat photo, which is supposed to be the same over time and fo...
std::string bigFileId
File identifier of big (640x640) chat photo. This fileId can be used only for photo download and only...
std::shared_ptr< ChatPhoto > Ptr