tgbot-cpp
Loading...
Searching...
No Matches
TgBot::PaidMediaVideo Struct Reference

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< Videovideo { }
 The video.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

The paid media is a video.

Definition at line 10303 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::PaidMediaVideo::Ptr = std::shared_ptr<PaidMediaVideo>

Definition at line 10304 of file Types.h.

Member Data Documentation

◆ TYPE

TGBOT_API const std::string TgBot::PaidMediaVideo::TYPE
static

Definition at line 10306 of file Types.h.

◆ type

std::string TgBot::PaidMediaVideo::type { TYPE }

Type of the paid media, always “video”

Definition at line 10311 of file Types.h.

◆ video

std::shared_ptr<Video> TgBot::PaidMediaVideo::video { }

The video.

Definition at line 10316 of file Types.h.


The documentation for this struct was generated from the following file: