diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.guild
/
CreateChannel
/
CreateChannel
Create
Channel
constructor
(
name
:
String
,
type
:
ChannelType
?
=
null
,
topic
:
String
?
=
null
,
bitrate
:
Int
?
=
null
,
voiceChannelUserLimit
:
Int
?
=
null
,
timeBetweenUserMessages
:
Int
?
=
null
,
position
:
Int
?
=
null
,
overwrites
:
List
<
Overwrite
>
=
emptyList()
,
categoryId
:
String
?
=
null
,
nsfw
:
Boolean
=
false
)
(
source
)