Inherits MessageContent.
Chat has_protected_content setting was changed or request to change it was rejected.
Public Fields | |
| int53 | request_message_id_ |
| Identifier of the message with the request to change the setting; can be an identifier of a deleted message or 0. | |
| bool | old_has_protected_content_ |
| Previous value of the setting. | |
| bool | new_has_protected_content_ |
| New value of the setting. | |
Public Instance Methods | |
| messageChatHasProtectedContentToggled () | |
| messageChatHasProtectedContentToggled (int53 request_message_id_, bool old_has_protected_content_, bool new_has_protected_content_) | |
| 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 = -809083979 |
| Identifier uniquely determining a type of the object. | |
Chat has_protected_content setting was changed or request to change it was rejected.
| messageChatHasProtectedContentToggled | ( | int53 | request_message_id_, |
| bool | old_has_protected_content_, | ||
| bool | new_has_protected_content_ | ||
| ) |
Chat has_protected_content setting was changed or request to change it was rejected.
| [in] | request_message_id_ | Identifier of the message with the request to change the setting; can be an identifier of a deleted message or 0. |
| [in] | old_has_protected_content_ | Previous value of the setting. |
| [in] | new_has_protected_content_ | New value of the setting. |
|
finalvirtual |