MessageMode

sealed class MessageMode

Represents the message mode that's currently active.

Types

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

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

Link copied to clipboard
object Normal : MessageMode

Regular mode, conversation with other users.

Inheritors

Link copied to clipboard
Link copied to clipboard