DeviceLists

@Serializable
data class DeviceLists(val changed: Set<UserId>? = null, val left: Set<UserId>? = null)

Constructors

Link copied to clipboard
constructor(changed: Set<UserId>? = null, left: Set<UserId>? = null)

Properties

Link copied to clipboard
val changed: Set<UserId>? = null
Link copied to clipboard
val left: Set<UserId>? = null