Interface SearchPublicChats

Searches public chats by looking for specified query in their username and title. Currently, only private chats, supergroups and channels can be public. Returns a meaningful number of results. Excludes private chats with contacts and chats from the chat list from the results. Request type for Tdjson#searchPublicChats.

interface SearchPublicChats {
    @type: "searchPublicChats";
    query: string;
}

Properties

Properties

@type: "searchPublicChats"
query: string

Query to search for.