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

This object describes the paid media to be sent. Currently, it can be one of InputPaidMediaLivePhoto InputPaidMediaPhoto InputPaidMediaVideo. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<InputPaidMedia>

Public Attributes

std::variant< std::shared_ptr< InputPaidMediaLivePhoto >, std::shared_ptr< InputPaidMediaPhoto >, std::shared_ptr< InputPaidMediaVideo > > value

Detailed Description

This object describes the paid media to be sent. Currently, it can be one of InputPaidMediaLivePhoto InputPaidMediaPhoto InputPaidMediaVideo.

Definition at line 6949 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 6950 of file Types.h.

Member Data Documentation

◆ value

std::variant<std::shared_ptr<InputPaidMediaLivePhoto>, std::shared_ptr<InputPaidMediaPhoto>, std::shared_ptr<InputPaidMediaVideo> > TgBot::InputPaidMedia::value

Definition at line 6954 of file Types.h.


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