tgbot-cpp
|
This object represents a video file. More...
#include <Video.h>
Public Types | |
typedef std::shared_ptr< Video > | Ptr |
Public Attributes | |
std::string | fileId |
Unique identifier for this file. More... | |
int32_t | width |
Video width as defined by sender. More... | |
int32_t | height |
Video height as defined by sender. More... | |
int32_t | duration |
Duration of the video in seconds as defined by sender. More... | |
PhotoSize::Ptr | thumb |
Optional. Video thumbnail. More... | |
std::string | mimeType |
Optional. Mime type of a file as defined by sender. More... | |
int32_t | fileSize |
Optional. File size. More... | |
typedef std::shared_ptr<Video> TgBot::Video::Ptr |
int32_t TgBot::Video::duration |
std::string TgBot::Video::fileId |
int32_t TgBot::Video::height |
std::string TgBot::Video::mimeType |
PhotoSize::Ptr TgBot::Video::thumb |
int32_t TgBot::Video::width |