trixnity-clientserverapi-model
Toggle table of contents
4.14.1
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
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
@
SerialName
(
value
=
"changed"
)
val
changed
:
Set
<
UserId
>
left
Link copied to clipboard
@
SerialName
(
value
=
"left"
)
val
left
:
Set
<
UserId
>