20 typedef std::shared_ptr<Video>
Ptr;
std::shared_ptr< PhotoSize > Ptr
This object represents a video file.
std::shared_ptr< Video > Ptr
std::string fileName
Optional. Original filename as defined by sender.
std::string mimeType
Optional. Mime type of a file as defined by sender.
std::string fileId
Identifier for this file, which can be used to download or reuse the file.
std::int32_t width
Video width as defined by sender.
std::int32_t duration
Duration of the video in seconds as defined by sender.
std::string fileUniqueId
Unique identifier for this file, which is supposed to be the same over time and for different bots....
PhotoSize::Ptr thumbnail
Optional. Video thumbnail.
std::int32_t height
Video height as defined by sender.
std::int64_t fileSize
Optional. File size in bytes.