ThreadItem

data class ThreadItem(val thread: Thread) : ThreadListItem

Represents a thread item.

Constructors

Link copied to clipboard
constructor(thread: Thread)

Properties

Link copied to clipboard
open override val stableId: Long

The item stable ID.

Link copied to clipboard