Interface UpdateMessageLiveLocationViewed

A message with a live location was viewed. When the update is received, the application is expected to update the live location. Subtype of Update.

interface UpdateMessageLiveLocationViewed {
    @type: "updateMessageLiveLocationViewed";
    chat_id: number;
    message_id: number;
}

Properties

@type: "updateMessageLiveLocationViewed"
chat_id: number

Identifier of the chat with the live location message.

message_id: number

Identifier of the message with live location.