trixnity-clientserverapi-model
3.2.0
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.keys
/
GetKeyChanges
/
Response
Response
@
Serializable
data
class
Response
(
val
changed
:
Set
<
UserId
>
,
val
left
:
Set
<
UserId
>
)
Constructors
Properties
Constructors
Response
Link copied to clipboard
fun
Response
(
changed
:
Set
<
UserId
>
,
left
:
Set
<
UserId
>
)
Properties
changed
Link copied to clipboard
val
changed
:
Set
<
UserId
>
left
Link copied to clipboard
val
left
:
Set
<
UserId
>