toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
servers-service
/
piperkt.services.servers.application.api.command
/
ChannelCommand
/
CreateNewChannelInServer
/
Request
Request
data
class
Request
(
val
serverId
:
ServerId
,
val
name
:
String
,
val
description
:
String
,
val
type
:
String
,
val
requestFrom
:
String
)
:
ChannelCommand.CreateNewChannelInServer
,
ServiceRequest
Members
Constructors
Request
Link copied to clipboard
constructor
(
serverId
:
ServerId
,
name
:
String
,
description
:
String
,
type
:
String
,
requestFrom
:
String
)
Properties
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String
request
From
Link copied to clipboard
open
override
val
requestFrom
:
String
server
Id
Link copied to clipboard
val
serverId
:
ServerId
type
Link copied to clipboard
val
type
:
String