MessageMode
Represents the message mode that's currently active.
Types
Link copied to clipboard
class MessageThread(val parentMessage: Message, val threadState: ThreadState? = null) : MessageMode
Content copied to clipboard
Thread mode, where there's a parent message to respond to.
Link copied to clipboard
Regular mode, conversation with other users.