api.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
Parameters
SearchPublicChatsParams
:chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
query | string | Query to search for |
Returns
ApiResponse
interface:interface ApiResponse {
_: 'searchPublicChats' | 'error'
airgram: Airgram
request: {
method: 'searchPublicChats'
params: SearchPublicChatsParams
}
response: |
setState: (nextState: Record<string, unknown>) => void
getState: () => Record<string, unknown>
}