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