Discolink
GitHub
Preparing search index...
Typings
ChannelDeletePayload
Interface ChannelDeletePayload
Discord channel delete payload (partial, essential only)
interface
ChannelDeletePayload
{
t
:
"CHANNEL_DELETE"
;
d
:
{
id
:
string
;
guild_id
?:
string
}
;
op
:
0
;
s
:
number
;
}
Hierarchy (
View Summary
)
CommonDispatchPayloadInfo
ChannelDeletePayload
Index
Properties
t
d
op
s
Properties
t
t
:
"CHANNEL_DELETE"
d
d
:
{
id
:
string
;
guild_id
?:
string
}
op
op
:
0
s
s
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
t
d
op
s
GitHub
Discolink
Loading...
Discord channel delete payload (partial, essential only)