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
/
DeviceListUpdateDataUnitContent
Device
List
Update
Data
Unit
Content
@
Serializable
data
class
DeviceListUpdateDataUnitContent
(
val
deleted
:
Boolean
?
=
null
,
val
deviceDisplayName
:
String
?
=
null
,
val
deviceId
:
String
,
val
keys
:
SignedDeviceKeys
?
=
null
,
val
previousStreamIds
:
List
<
Long
>
?
=
null
,
val
streamId
:
Long
,
val
userId
:
UserId
)
:
EphemeralDataUnitContent
See also
matrix spec
Members
Constructors
Device
List
Update
Data
Unit
Content
Link copied to clipboard
constructor
(
deleted
:
Boolean
?
=
null
,
deviceDisplayName
:
String
?
=
null
,
deviceId
:
String
,
keys
:
SignedDeviceKeys
?
=
null
,
previousStreamIds
:
List
<
Long
>
?
=
null
,
streamId
:
Long
,
userId
:
UserId
)
Properties
deleted
Link copied to clipboard
@
SerialName
(
value
=
"deleted"
)
val
deleted
:
Boolean
?
device
Display
Name
Link copied to clipboard
@
SerialName
(
value
=
"device_display_name"
)
val
deviceDisplayName
:
String
?
device
Id
Link copied to clipboard
@
SerialName
(
value
=
"device_id"
)
val
deviceId
:
String
keys
Link copied to clipboard
@
SerialName
(
value
=
"keys"
)
val
keys
:
SignedDeviceKeys
?
previous
Stream
Ids
Link copied to clipboard
@
SerialName
(
value
=
"prev_id"
)
val
previousStreamIds
:
List
<
Long
>
?
stream
Id
Link copied to clipboard
@
SerialName
(
value
=
"stream_id"
)
val
streamId
:
Long
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
UserId