|
tgbot-cpp
|
Describes a service message about an option added to a poll. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<PollOptionAdded> |
Public Attributes | |
| std::shared_ptr< MaybeInaccessibleMessage > | pollMessage { } |
| Optional. Message containing the poll to which the option was added, if known. Note that the Message object in this field will not contain the reply_to_message field even if it itself is a reply. | |
| std::string | optionPersistentId { } |
| Unique identifier of the added option. | |
| std::string | optionText { } |
| Option text. | |
| std::optional< std::vector< std::shared_ptr< MessageEntity > > > | optionTextEntities { } |
| Optional. Special entities that appear in the option_text. | |
Describes a service message about an option added to a poll.
| using TgBot::PollOptionAdded::Ptr = std::shared_ptr<PollOptionAdded> |
| std::string TgBot::PollOptionAdded::optionPersistentId { } |
| std::string TgBot::PollOptionAdded::optionText { } |
| std::optional<std::vector<std::shared_ptr<MessageEntity> > > TgBot::PollOptionAdded::optionTextEntities { } |
| std::shared_ptr<MaybeInaccessibleMessage> TgBot::PollOptionAdded::pollMessage { } |