Inherits Update.
The message Time To Live setting for a chat was changed.
Public Fields | |
int53 | chat_id_ |
Chat identifier. | |
int32 | message_ttl_ |
New value of message_ttl. | |
Public Instance Methods | |
updateChatMessageTtl () | |
updateChatMessageTtl (int53 chat_id_, int32 message_ttl_) | |
std::int32_t | get_id () const final |
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 = -572479112 |
Identifier uniquely determining a type of the object. | |
The message Time To Live setting for a chat was changed.
updateChatMessageTtl | ( | int53 | chat_id_, |
int32 | message_ttl_ | ||
) |
The message Time To Live setting for a chat was changed.
[in] | chat_id_ | Chat identifier. |
[in] | message_ttl_ | New value of message_ttl. |
|
inlinefinalvirtual |
|
finalvirtual |