Inherits Update.
The list of messages with active live location that need to be updated by the application has changed. The list is persistent across application restarts only if the message database is used.
Public Fields | |
array< object_ptr< message > > | messages_ |
The list of messages with active live locations. | |
Public Instance Methods | |
updateActiveLiveLocationMessages () | |
updateActiveLiveLocationMessages (array< object_ptr< message >> &&messages_) | |
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 = -1308142440 |
Identifier uniquely determining a type of the object. | |
The list of messages with active live location that need to be updated by the application has changed. The list is persistent across application restarts only if the message database is used.
|
explicit |
The list of messages with active live location that need to be updated by the application has changed. The list is persistent across application restarts only if the message database is used.
[in] | messages_ | The list of messages with active live locations. |
|
finalvirtual |