Inherits ChatEventAction.
A chat member tag has been changed.
Public Fields | |
| int53 | user_id_ |
| Affected chat member user identifier. | |
| string | old_tag_ |
| Previous tag of the chat member. | |
| string | new_tag_ |
| New tag of the chat member. | |
Public Instance Methods | |
| chatEventMemberTagChanged () | |
| chatEventMemberTagChanged (int53 user_id_, string const &old_tag_, string const &new_tag_) | |
| 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 = 63814442 |
| Identifier uniquely determining a type of the object. | |
A chat member tag has been changed.
| chatEventMemberTagChanged | ( | int53 | user_id_, |
| string const & | old_tag_, | ||
| string const & | new_tag_ | ||
| ) |
A chat member tag has been changed.
| [in] | user_id_ | Affected chat member user identifier. |
| [in] | old_tag_ | Previous tag of the chat member. |
| [in] | new_tag_ | New tag of the chat member. |
|
finalvirtual |