Skip to content

searchRecentlyFoundChats

Function · TDLib 1.8.67 · d1085f9c

Searches for the specified query in the title and username of up to 50 recently found chats. This is an offline method

searchRecentlyFoundChats(
  query: string,
  type_filter: SearchChatTypeFilter,
  limit: int32
) → Chats

query

string

Query to search for

type_filter

SearchChatTypeFilter

Additional filter for type of the chats to be returned; pass null to search for chats of all types

limit

int32

The maximum number of chats to be returned