Skip to content

searchPublicChats

Function · TDLib 1.8.67 · d1085f9c

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

searchPublicChats(
  query: string,
  type_filter: SearchChatTypeFilter
) → 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