MentionListController
class MentionListController(scope: CoroutineScope, sort: QuerySorter<Message>?, chatClient: ChatClient = ChatClient.instance())
Controller responsible for managing the state of the mention list.
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.
Constructors
Link copied to clipboard
constructor(scope: CoroutineScope, sort: QuerySorter<Message>?, chatClient: ChatClient = ChatClient.instance())