Inherits ChatEventAction.
The chat title was changed.
Public Fields | |
string | old_title_ |
Previous chat title. | |
string | new_title_ |
New chat title. | |
Public Instance Methods | |
chatEventTitleChanged () | |
chatEventTitleChanged (string const &old_title_, string const &new_title_) | |
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 = 1134103250 |
Identifier uniquely determining a type of the object. | |
The chat title was changed.
chatEventTitleChanged | ( | string const & | old_title_, |
string const & | new_title_ | ||
) |
The chat title was changed.
[in] | old_title_ | Previous chat title. |
[in] | new_title_ | New chat title. |
|
finalvirtual |