23 typedef std::shared_ptr<File>
Ptr;
This object represents a file ready to be downloaded. The file can be downloaded via Api::downloadFil...
std::int64_t fileSize
Optional. File size in bytes.
std::string fileId
Identifier for this file, which can be used to download or reuse the file.
std::string fileUniqueId
Unique identifier for this file, which is supposed to be the same over time and for different bots....
std::shared_ptr< File > Ptr
std::string filePath
Optional. File path. Use Api::downloadFile or https://api.telegram.org/file/bot<token>/<filePath> to ...