SearchChatsOnServer constructor

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

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

Returns Chats

Implementation

SearchChatsOnServer