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

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< MaybeInaccessibleMessagepollMessage { }
 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.

Detailed Description

Describes a service message about an option deleted from a poll.

Definition at line 11094 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 11095 of file Types.h.

Member Data Documentation

◆ optionPersistentId

std::string TgBot::PollOptionDeleted::optionPersistentId { }

Unique identifier of the deleted option.

Definition at line 11107 of file Types.h.

◆ optionText

std::string TgBot::PollOptionDeleted::optionText { }

Option text.

Definition at line 11112 of file Types.h.

◆ optionTextEntities

std::optional<std::vector<std::shared_ptr<MessageEntity> > > TgBot::PollOptionDeleted::optionTextEntities { }

Optional. Special entities that appear in the option_text.

Definition at line 11117 of file Types.h.

◆ pollMessage

std::shared_ptr<MaybeInaccessibleMessage> TgBot::PollOptionDeleted::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.

Definition at line 11102 of file Types.h.


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