Inherits ChatEventAction.
The chat active usernames were changed.
Public Fields | |
array< string > | old_usernames_ |
Previous list of active usernames. | |
array< string > | new_usernames_ |
New list of active usernames. | |
Public Instance Methods | |
chatEventActiveUsernamesChanged () | |
chatEventActiveUsernamesChanged (array< string > &&old_usernames_, array< string > &&new_usernames_) | |
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 = -1508790810 |
Identifier uniquely determining a type of the object. | |
The chat active usernames were changed.
chatEventActiveUsernamesChanged | ( | array< string > && | old_usernames_, |
array< string > && | new_usernames_ | ||
) |
The chat active usernames were changed.
[in] | old_usernames_ | Previous list of active usernames. |
[in] | new_usernames_ | New list of active usernames. |
|
finalvirtual |