trixnity-core
3.7.0-beta3
common
trixnity-core
/
net.folivo.trixnity.core.model.events
/
Aggregation
/
Thread
Thread
@
Serializable
data
class
Thread
(
val
latestEvent
:
Event
<
*
>
,
val
count
:
Long
,
val
currentUserParticipated
:
Boolean
)
:
Aggregation
Members
Constructors
Thread
Link copied to clipboard
constructor
(
latestEvent
:
Event
<
*
>
,
count
:
Long
,
currentUserParticipated
:
Boolean
)
Properties
count
Link copied to clipboard
val
count
:
Long
current
User
Participated
Link copied to clipboard
val
currentUserParticipated
:
Boolean
latest
Event
Link copied to clipboard
val
latestEvent
:
Event
<
*
>
relation
Type
Link copied to clipboard
open
override
val
relationType
:
RelationType.Thread