toggle menu
piper-kt
9.3.0
jvm
switch theme
search in API
servers-service
/
piperkt.services.servers.interfaces.web.api.interactions
/
ChannelApi
/
CreateChannelApi
/
Request
Request
data
class
Request
(
val
name
:
String
,
val
description
:
String
,
val
channelType
:
String
)
:
ChannelApi.CreateChannelApi
Members
Constructors
Request
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
channelType
:
String
)
Properties
channel
Type
Link copied to clipboard
val
channelType
:
String
description
Link copied to clipboard
val
description
:
String
name
Link copied to clipboard
val
name
:
String