|
tgbot-cpp
|
This object represents the content of a poll description or a quiz explanation to be sent. It should be one of InputMediaAnimation InputMediaAudio InputMediaDocument InputMediaLivePhoto InputMediaLocation InputMediaPhoto InputMediaVenue InputMediaVideo. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<InputPollMedia> |
Public Attributes | |
| std::variant< std::shared_ptr< InputMediaAnimation >, std::shared_ptr< InputMediaAudio >, std::shared_ptr< InputMediaDocument >, std::shared_ptr< InputMediaLivePhoto >, std::shared_ptr< InputMediaLocation >, std::shared_ptr< InputMediaPhoto >, std::shared_ptr< InputMediaVenue >, std::shared_ptr< InputMediaVideo > > | value |
This object represents the content of a poll description or a quiz explanation to be sent. It should be one of InputMediaAnimation InputMediaAudio InputMediaDocument InputMediaLivePhoto InputMediaLocation InputMediaPhoto InputMediaVenue InputMediaVideo.
| using TgBot::InputPollMedia::Ptr = std::shared_ptr<InputPollMedia> |
| std::variant<std::shared_ptr<InputMediaAnimation>, std::shared_ptr<InputMediaAudio>, std::shared_ptr<InputMediaDocument>, std::shared_ptr<InputMediaLivePhoto>, std::shared_ptr<InputMediaLocation>, std::shared_ptr<InputMediaPhoto>, std::shared_ptr<InputMediaVenue>, std::shared_ptr<InputMediaVideo> > TgBot::InputPollMedia::value |