Cppgram
1.0.0
Easy and modern C++14 Telegram Bot API wrapper
|
This object represents an animation file to be displayed in the message containing a game. API reference More...
#include <animation.hpp>
Public Attributes | |
std::string | file_id |
Unique file identifier. | |
std::experimental::optional< PhotoSize > | thumb |
Optional. Animation thumbnail as defined by sender. | |
std::experimental::optional< std::string > | file_name |
Optional. Original animation filename as defined by sender. | |
std::experimental::optional< std::string > | mime_type |
std::experimental::optional< uint_fast32_t > | file_size |
Optional. File size. | |
This object represents an animation file to be displayed in the message containing a game. API reference
std::experimental::optional<std::string> mime_type |
Optional. MIME type of the file as defined by sender.