MentionListController
constructor(scope: CoroutineScope, sort: QuerySorter<Message>?, chatClient: ChatClient = ChatClient.instance())
Parameters
scope
The CoroutineScope on which coroutines should be launched.
sort
The sorting options for the messages.
chatClient
The ChatClient instance to use for API calls.