|
tgbot-cpp
|
A block with an animation, corresponding to the HTML tag <video>. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputRichBlockAnimation> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “animation” | |
| std::shared_ptr< InputMediaAnimation > | animation { } |
| The animation. Caption is ignored. | |
| std::shared_ptr< RichBlockCaption > | caption { } |
| Optional. Caption of the block. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
A block with an animation, corresponding to the HTML tag <video>.
| using TgBot::InputRichBlockAnimation::Ptr = std::shared_ptr<InputRichBlockAnimation> |
| std::shared_ptr<InputMediaAnimation> TgBot::InputRichBlockAnimation::animation { } |
| std::shared_ptr<RichBlockCaption> TgBot::InputRichBlockAnimation::caption { } |
|
static |
| std::string TgBot::InputRichBlockAnimation::type { TYPE } |