trixnity-clientserverapi-model
Toggle table of contents
4.21.0
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.rooms
/
KickUser
/
Request
Request
@
Serializable
data
class
Request
(
val
userId
:
UserId
,
val
reason
:
String
?
=
null
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
userId
:
UserId
,
reason
:
String
?
=
null
)
Properties
reason
Link copied to clipboard
@
SerialName
(
value
=
"reason"
)
val
reason
:
String
?
=
null
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
UserId