MessageMode

sealed class MessageMode

Represents the message mode that's currently active.

Inheritors

Types

Link copied to clipboard
data class MessageThread @JvmOverloads constructor(val parentMessage: Message, val threadState: ThreadState? = null) : MessageMode

Thread mode, where there's a parent message to respond to.

Link copied to clipboard

Regular mode, conversation with other users.