|
tgbot-cpp
|
The paid media is a video. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<PaidMediaVideo> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the paid media, always “video” | |
| std::shared_ptr< Video > | video { } |
| The video. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::PaidMediaVideo::Ptr = std::shared_ptr<PaidMediaVideo> |
|
static |
| std::string TgBot::PaidMediaVideo::type { TYPE } |
| std::shared_ptr<Video> TgBot::PaidMediaVideo::video { } |