Clears the list of recently found chats
ApiResponse
interface ApiResponse { _: 'clearRecentlyFoundChats' | 'error' airgram: Airgram request: { method: 'clearRecentlyFoundChats' } response: OkUnion | Error setState: (nextState: Record<string, unknown>) => void getState: () => Record<string, unknown> }