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

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

Detailed Description

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.

Definition at line 7096 of file Types.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 7097 of file Types.h.

Member Data Documentation

◆ value

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

Definition at line 7103 of file Types.h.


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