SearchPublicChats constructor

const SearchPublicChats({
  1. required String query,
})

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

Implementation

const SearchPublicChats({
  required this.query,
});