enterThreadMode

suspend fun enterThreadMode(parentMessage: Message, messageLimit: Int = this.messageLimit)

Changes the current _mode to be MessageMode.MessageThread and uses ChatClient to get the ThreadState for the current thread.

Parameters

parentMessage

The root Message which contains the thread we want to show.

messageLimit

The size of the message list page to load.