trixnity-core
3.10.0
common
trixnity-core
/
net.folivo.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
val
deleted
:
Boolean
?
=
null
device
Display
Name
Link copied to clipboard
val
deviceDisplayName
:
String
?
=
null
device
Id
Link copied to clipboard
val
deviceId
:
String
keys
Link copied to clipboard
val
keys
:
SignedDeviceKeys
?
=
null
previous
Stream
Ids
Link copied to clipboard
val
previousStreamIds
:
List
<
Long
>
?
=
null
stream
Id
Link copied to clipboard
val
streamId
:
Long
user
Id
Link copied to clipboard
val
userId
:
UserId