|
tgbot-cpp
|
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 |
This object describes the paid media to be sent. Currently, it can be one of InputPaidMediaLivePhoto InputPaidMediaPhoto InputPaidMediaVideo.
| using TgBot::InputPaidMedia::Ptr = std::shared_ptr<InputPaidMedia> |
| std::variant<std::shared_ptr<InputPaidMediaLivePhoto>, std::shared_ptr<InputPaidMediaPhoto>, std::shared_ptr<InputPaidMediaVideo> > TgBot::InputPaidMedia::value |