|
tgbot-cpp
|
Describes a service message about an option deleted from a poll. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<PollOptionDeleted> |
Public Attributes | |
| std::shared_ptr< MaybeInaccessibleMessage > | pollMessage { } |
| Optional. Message containing the poll from which the option was deleted, 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 deleted 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 deleted from a poll.
| using TgBot::PollOptionDeleted::Ptr = std::shared_ptr<PollOptionDeleted> |
| std::string TgBot::PollOptionDeleted::optionPersistentId { } |
| std::string TgBot::PollOptionDeleted::optionText { } |
| std::optional<std::vector<std::shared_ptr<MessageEntity> > > TgBot::PollOptionDeleted::optionTextEntities { } |
| std::shared_ptr<MaybeInaccessibleMessage> TgBot::PollOptionDeleted::pollMessage { } |