23 #ifndef TGBOT_CPP_DOCUMENT_H 24 #define TGBOT_CPP_DOCUMENT_H 41 typedef std::shared_ptr<Document>
Ptr;
71 #endif //TGBOT_CPP_DOCUMENT_H std::string mimeType
Optional. MIME type of the file as defined by sender.
int32_t fileSize
Optional. File size.
PhotoSize::Ptr thumb
Optional. Document thumbnail as defined by sender.
This object represents a general file (as opposed to photos and audio files).
std::string fileId
Unique file identifier.
std::string fileName
Optional. Original filename as defined by sender.
std::shared_ptr< Document > Ptr
std::shared_ptr< PhotoSize > Ptr