DisBot
Preparing search index...
systems/backup/types/BaseChannelData
BaseChannelData
Interface BaseChannelData
interface
BaseChannelData
{
name
:
string
;
parent
?:
string
;
permissions
:
ChannelPermissionsData
[]
;
type
:
|
GuildText
|
DM
|
GuildVoice
|
GroupDM
|
GuildAnnouncement
|
GuildStageVoice
|
ThreadChannelType
;
}
Hierarchy (
View Summary
)
BaseChannelData
TextChannelData
VoiceChannelData
Index
Properties
name
parent?
permissions
type
Properties
name
name
:
string
Optional
parent
parent
?:
string
permissions
permissions
:
ChannelPermissionsData
[]
type
type
:
|
GuildText
|
DM
|
GuildVoice
|
GroupDM
|
GuildAnnouncement
|
GuildStageVoice
|
ThreadChannelType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
parent
permissions
type
DisBot
Loading...