5 #ifndef TGBOT_CPP_FILE_H 6 #define TGBOT_CPP_FILE_H 26 typedef std::shared_ptr<File>
Ptr;
48 #endif //TGBOT_CPP_FILE_H std::shared_ptr< File > Ptr
std::string filePath
Optional. File path.
This object represents a file ready to be downloaded.
int32_t fileSize
Optional. File size, if known.
std::string fileId
Unique identifier for this file.