OpenThread

data class OpenThread(val message: Message) : MessageListViewModel.Event

When the user opens an existing thread.

Parameters

message

The original message the thread was spun off from.

Constructors

Link copied to clipboard
constructor(message: Message)

Properties

Link copied to clipboard