|
tgbot-cpp
|
A block with a video, corresponding to the HTML tag <video>. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputRichBlockVideo> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the block, always “video” | |
| std::shared_ptr< InputMediaVideo > | video { } |
| The video. 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 a video, corresponding to the HTML tag <video>.
| using TgBot::InputRichBlockVideo::Ptr = std::shared_ptr<InputRichBlockVideo> |
| std::shared_ptr<RichBlockCaption> TgBot::InputRichBlockVideo::caption { } |
|
static |
| std::string TgBot::InputRichBlockVideo::type { TYPE } |
| std::shared_ptr<InputMediaVideo> TgBot::InputRichBlockVideo::video { } |