tgbot-cpp
|
#include <Video.h>
Public Types | |
typedef std::shared_ptr< Video > | Ptr |
Public Attributes | |
std::string | fileId |
int32_t | width |
int32_t | height |
int32_t | duration |
PhotoSize::Ptr | thumb |
std::string | mimeType |
int32_t | fileSize |
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 |