SearchRecentlyFoundChats constructor
Searches for the specified query in the title and username of up to 50 recently found chats; this is an offline request
Implementation
const SearchRecentlyFoundChats({
required this.query,
required this.limit,
});