Inherits Update.
The connection state has changed. This update must be used only to show a human-readable description of the connection state.
Public Fields | |
object_ptr< ConnectionState > | state_ |
The new connection state. | |
Public Instance Methods | |
updateConnectionState () | |
updateConnectionState (object_ptr< ConnectionState > &&state_) | |
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 = 1469292078 |
Identifier uniquely determining a type of the object. | |
The connection state has changed. This update must be used only to show a human-readable description of the connection state.
|
explicit |
The connection state has changed. This update must be used only to show a human-readable description of the connection state.
[in] | state_ | The new connection state. |
|
finalvirtual |