Inherits ReportChatResult.
The user must add additional text details to the report.
Public Fields | |
bytes | option_id_ |
Option identifier for the next reportChat request. | |
bool | is_optional_ |
True, if the user can skip text adding. | |
Public Instance Methods | |
reportChatResultTextRequired () | |
reportChatResultTextRequired (bytes const &option_id_, bool is_optional_) | |
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 = -1949552447 |
Identifier uniquely determining a type of the object. | |
The user must add additional text details to the report.
reportChatResultTextRequired | ( | bytes const & | option_id_, |
bool | is_optional_ | ||
) |
The user must add additional text details to the report.
[in] | option_id_ | Option identifier for the next reportChat request. |
[in] | is_optional_ | True, if the user can skip text adding. |
|
finalvirtual |