Interface GetRecentlyOpenedChats

Returns recently opened chats; this is an offline request. Returns chats in the order of last opening. Request type for Tdjson#getRecentlyOpenedChats.

interface GetRecentlyOpenedChats {
    @type: "getRecentlyOpenedChats";
    limit: number;
}

Properties

Properties

@type: "getRecentlyOpenedChats"
limit: number

The maximum number of chats to be returned.