1#ifndef TGBOT_CPP_PHOTOSIZE_H 
    2#define TGBOT_CPP_PHOTOSIZE_H 
   18    typedef std::shared_ptr<PhotoSize> 
Ptr;
 
 
This object represents one size of a photo or a file / sticker thumbnail.
std::shared_ptr< PhotoSize > Ptr
std::int32_t width
Photo width.
std::int32_t height
Photo height.
std::string fileUniqueId
Unique identifier for this file, which is supposed to be the same over time and for different bots....
std::int32_t fileSize
Optional. File size.
std::string fileId
Identifier for this file, which can be used to download or reuse the file.