SearchRecentlyFoundChats constructor

SearchRecentlyFoundChats(
  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 up to 50 recently found chats; this is an offline request

Returns Chats

Implementation

SearchRecentlyFoundChats