Interface UpdateActiveLiveLocationMessages

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. Subtype of Update.

interface UpdateActiveLiveLocationMessages {
    @type: "updateActiveLiveLocationMessages";
    messages: Message[];
}

Properties

Properties

@type: "updateActiveLiveLocationMessages"
messages: Message[]

The list of messages with active live locations.