trixnity-clientserverapi-model
3.6.2
common
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.keys
/
GetKeyChanges
/
Response
Response
@
Serializable
data
class
Response
(
val
changed
:
Set
<
UserId
>
,
val
left
:
Set
<
UserId
>
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
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
>