SearchPublicChats constructor

SearchPublicChats(
  1. {required String query,
  2. int? extra,
  3. int? clientId}
)

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.

Returns Chats

Implementation

SearchPublicChats