trixnity-core
3.7.0-beta3
common
trixnity-core
/
net.folivo.trixnity.core.model.events.m
/
PresenceDataUnitContent
/
PresenceUpdate
Presence
Update
@
Serializable
data
class
PresenceUpdate
(
val
presence
:
Presence
,
val
userId
:
UserId
,
val
lastActiveAgo
:
Long
,
val
isCurrentlyActive
:
Boolean
?
=
null
,
val
statusMessage
:
String
?
=
null
)
Members
Constructors
Presence
Update
Link copied to clipboard
constructor
(
presence
:
Presence
,
userId
:
UserId
,
lastActiveAgo
:
Long
,
isCurrentlyActive
:
Boolean
?
=
null
,
statusMessage
:
String
?
=
null
)
Properties
is
Currently
Active
Link copied to clipboard
val
isCurrentlyActive
:
Boolean
?
=
null
last
Active
Ago
Link copied to clipboard
val
lastActiveAgo
:
Long
presence
Link copied to clipboard
val
presence
:
Presence
status
Message
Link copied to clipboard
val
statusMessage
:
String
?
=
null
user
Id
Link copied to clipboard
val
userId
:
UserId