Inherits Update.
A message with a live location was viewed. When the update is received, the application is expected to update the live location.
Public Fields | |
int53 | chat_id_ |
Identifier of the chat with the live location message. | |
int53 | message_id_ |
Identifier of the message with live location. | |
Public Instance Methods | |
updateMessageLiveLocationViewed () | |
updateMessageLiveLocationViewed (int53 chat_id_, int53 message_id_) | |
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 = -1308260971 |
Identifier uniquely determining a type of the object. | |
A message with a live location was viewed. When the update is received, the application is expected to update the live location.
updateMessageLiveLocationViewed | ( | int53 | chat_id_, |
int53 | message_id_ | ||
) |
A message with a live location was viewed. When the update is received, the application is expected to update the live location.
[in] | chat_id_ | Identifier of the chat with the live location message. |
[in] | message_id_ | Identifier of the message with live location. |
|
finalvirtual |