toggle menu
trixnity-core
4.3.0
common
switch theme
search in API
trixnity-core
/
net.folivo.trixnity.core.model.events.m
/
ServerAggregation
/
Thread
Thread
@
Serializable
data
class
Thread
(
val
latestEvent
:
ClientEvent.RoomEvent
<
*
>
,
val
count
:
Long
,
val
currentUserParticipated
:
Boolean
)
:
ServerAggregation
Members
Constructors
Thread
Link copied to clipboard
constructor
(
latestEvent
:
ClientEvent.RoomEvent
<
*
>
,
count
:
Long
,
currentUserParticipated
:
Boolean
)
Properties
count
Link copied to clipboard
@
SerialName
(
value
=
"count"
)
val
count
:
Long
current
User
Participated
Link copied to clipboard
@
SerialName
(
value
=
"current_user_participated"
)
val
currentUserParticipated
:
Boolean
latest
Event
Link copied to clipboard
@
SerialName
(
value
=
"latest_event"
)
val
latestEvent
:
ClientEvent.RoomEvent
<
*
>
relation
Type
Link copied to clipboard
@
Transient
open
override
val
relationType
:
RelationType.Thread