Skip to content

searchChatsOnServer

Function · TDLib 1.8.67 · d1085f9c

Searches for the specified query in the title and username of already known chats via request to the server. Returns chats in the order seen in the main chat list

searchChatsOnServer(
  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