Interface SearchChatRecentLocationMessages

Returns information about the recent locations of chat members that were sent to the chat. Returns up to 1 location message per user. Request type for Tdjson#searchChatRecentLocationMessages.

interface SearchChatRecentLocationMessages {
    @type: "searchChatRecentLocationMessages";
    chat_id: number;
    limit: number;
}

Properties

Properties

@type: "searchChatRecentLocationMessages"
chat_id: number

Chat identifier.

limit: number

The maximum number of messages to be returned.