ThreadModeEntered

data class ThreadModeEntered(val parentMessage: Message) : MessageListViewModel.Event

When the users enters thread mode.

Parameters

parentMessage

The original message the thread was spun off from.

Constructors

Link copied to clipboard
constructor(parentMessage: Message)

Properties

Link copied to clipboard