toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
servers-service
/
piperkt.services.servers.application.api.command
/
ServerCommand
/
AddUserToServer
/
Response
Response
data
class
Response
(
val
serverId
:
ServerId
,
val
username
:
String
)
:
ServerCommand.AddUserToServer
Members
Constructors
Response
Link copied to clipboard
constructor
(
serverId
:
ServerId
,
username
:
String
)
Properties
server
Id
Link copied to clipboard
val
serverId
:
ServerId
username
Link copied to clipboard
val
username
:
String