SearchContacts constructor

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

Searches for the specified query in the first names, last names and usernames of the known user contacts

Returns Users

Implementation

SearchContacts