Inherits Update.
The user went online or offline.
Public Fields | |
int53 | user_id_ |
User identifier. | |
object_ptr< UserStatus > | status_ |
New status of the user. | |
Public Instance Methods | |
updateUserStatus () | |
updateUserStatus (int53 user_id_, object_ptr< UserStatus > &&status_) | |
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 = 958468625 |
Identifier uniquely determining a type of the object. | |
updateUserStatus | ( | ) |
The user went online or offline.
updateUserStatus | ( | int53 | user_id_, |
object_ptr< UserStatus > && | status_ | ||
) |
The user went online or offline.
[in] | user_id_ | User identifier. |
[in] | status_ | New status of the user. |
|
finalvirtual |