trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-core
/
de.connect2x.trixnity.core.model.events.m
/
PresenceDataUnitContent
Presence
Data
Unit
Content
@
Serializable
data
class
PresenceDataUnitContent
(
val
push
:
List
<
PresenceDataUnitContent.PresenceUpdate
>
)
:
EphemeralDataUnitContent
See also
matrix spec
Members
Constructors
Presence
Data
Unit
Content
Link copied to clipboard
constructor
(
push
:
List
<
PresenceDataUnitContent.PresenceUpdate
>
)
Types
Presence
Update
Link copied to clipboard
@
Serializable
data
class
PresenceUpdate
(
val
presence
:
Presence
,
val
userId
:
UserId
,
val
lastActiveAgo
:
Long
,
val
isCurrentlyActive
:
Boolean
?
=
null
,
val
statusMessage
:
String
?
=
null
)
Properties
push
Link copied to clipboard
@
SerialName
(
value
=
"push"
)
val
push
:
List
<
PresenceDataUnitContent.PresenceUpdate
>