MessageThread
data class MessageThread @JvmOverloads constructor(val parentMessage: Message, val threadState: ThreadState? = null) : MessageMode
Thread mode, where there's a parent message to respond to.
Parameters
parentMessage
The message users are responding to in a Thread.
threadState
The state of the current thread.