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.

Constructors

Link copied to clipboard
constructor(parentMessage: Message, threadState: ThreadState? = null)

Properties

Link copied to clipboard
Link copied to clipboard