invoke
abstract suspend operator fun invoke(searchHandle: String, excludingConversation: <Error class: unknown class>?, skipRemoteSearch: Boolean = false, customDomain: String?): SearchUserResult
Parameters
searchHandle
The search query.
excludingConversation
The conversation to exclude its members from the search.
skipRemoteSearch
Whether to skip remote search and only search locally, e.g. exclude not connected users from the search.
customDomain
The custom domain to search in if null the search will be on the self user domain.