Cppgram
1.0.0
Easy and modern C++14 Telegram Bot API wrapper
|
A video sent by user. More...
#include <video.hpp>
Public Attributes | |
std::string | file_id |
Unique identifier for this file. | |
uint_fast32_t | width |
Video width as defined by sender. | |
uint_fast32_t | height |
Video height as defined by sender. | |
uint_fast32_t | duration |
Duration of the video in seconds as defined by sender. | |
std::experimental::optional< PhotoSize > | thumb |
Optional. Video thumbnail | |
std::experimental::optional< std::string > | mime_type |
Optional. Mime type of a file as defined by sender | |
std::experimental::optional< uint_fast32_t > | file_size |
Optional. File size | |
A video sent by user.
This object represents a video file. (https://core.telegram.org/bots/api#video)