stoatbot.js
Preparing search index...
CreateChannelOptions
Interface CreateChannelOptions
interface
CreateChannelOptions
{
description
?:
string
;
name
:
string
;
nsfw
?:
boolean
;
type
?:
"Text"
|
"Voice"
;
voice
:
{
max_users
?:
number
}
;
}
Index
Properties
description?
name
nsfw?
type?
voice
Properties
Optional
description
description
?:
string
name
name
:
string
Optional
nsfw
nsfw
?:
boolean
Optional
type
type
?:
"Text"
|
"Voice"
voice
voice
:
{
max_users
?:
number
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
name
nsfw
type
voice
stoatbot.js
Loading...