toggle menu
trixnity-clientserverapi-model
4.3.4
common
switch theme
search in API
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.rooms
/
KickUser
/
Request
Request
@
Serializable
data
class
Request
(
val
userId
:
UserId
,
val
reason
:
String
?
)
Members
Constructors
Request
Link copied to clipboard
constructor
(
userId
:
UserId
,
reason
:
String
?
)
Properties
reason
Link copied to clipboard
@
SerialName
(
value
=
"reason"
)
val
reason
:
String
?
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"user_id"
)
val
userId
:
UserId