Inherits ReportChatResult.
The user must choose an option to report the chat and repeat request with the chosen option.
Public Fields | |
string | title_ |
Title for the option choice. | |
array< object_ptr< reportOption > > | options_ |
List of available options. | |
Public Instance Methods | |
reportChatResultOptionRequired () | |
reportChatResultOptionRequired (string const &title_, array< object_ptr< reportOption >> &&options_) | |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -881375669 |
Identifier uniquely determining a type of the object. | |
The user must choose an option to report the chat and repeat request with the chosen option.
reportChatResultOptionRequired | ( | string const & | title_, |
array< object_ptr< reportOption >> && | options_ | ||
) |
The user must choose an option to report the chat and repeat request with the chosen option.
[in] | title_ | Title for the option choice. |
[in] | options_ | List of available options. |
|
finalvirtual |