Interface SearchRecentlyFoundChats

Searches for the specified query in the title and username of up to 50 recently found chats; this is an offline request. Request type for Tdjson#searchRecentlyFoundChats.

interface SearchRecentlyFoundChats {
    @type: "searchRecentlyFoundChats";
    limit: number;
    query: string;
}

Properties

Properties

@type: "searchRecentlyFoundChats"
limit: number

The maximum number of chats to be returned.

query: string

Query to search for.