yatbcpp
0.0.1
Yet another Telegram Bot CPP Library
|
This is the complete list of members for yatbcpp::Video, including all inherited members.
duration | yatbcpp::Video | private |
file_id | yatbcpp::Video | private |
file_size | yatbcpp::Video | private |
getDuration() const | yatbcpp::Video | |
getFile_id() const | yatbcpp::Video | |
getFile_size() const | yatbcpp::Video | |
getHeight() const | yatbcpp::Video | |
getMime_type() const | yatbcpp::Video | |
getThumb() const | yatbcpp::Video | |
getWidth() const | yatbcpp::Video | |
height | yatbcpp::Video | private |
mime_type | yatbcpp::Video | private |
setFile_size(const std::optional< std::int32_t > &file_size) | yatbcpp::Video | |
setMime_type(const std::optional< std::string > &mime_type) | yatbcpp::Video | |
setThumb(const std::optional< PhotoSize > &thumb) | yatbcpp::Video | |
thumb | yatbcpp::Video | private |
Video(std::string file_id, std::int32_t width, std::int32_t height, std::int32_t duration) | yatbcpp::Video | |
Video(const Video &Video) | yatbcpp::Video | |
width | yatbcpp::Video | private |