23 #ifndef TGBOT_CPP_VIDEO_H 24 #define TGBOT_CPP_VIDEO_H 41 typedef std::shared_ptr<Video>
Ptr;
81 #endif //TGBOT_CPP_VIDEO_H
std::string mimeType
Optional. Mime type of a file as defined by sender.
PhotoSize::Ptr thumb
Optional. Video thumbnail.
int32_t height
Video height as defined by sender.
int32_t duration
Duration of the video in seconds as defined by sender.
This object represents a video file.
std::shared_ptr< PhotoSize > Ptr
std::shared_ptr< Video > Ptr
int32_t fileSize
Optional. File size.
std::string fileId
Unique identifier for this file.
int32_t width
Video width as defined by sender.