DeviceListUpdateDataUnitContent

@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

Constructors

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

Link copied to clipboard
val deleted: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val keys: SignedDeviceKeys? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard