ReferenceEvent & Data Models
ChannelDeleteEventPayload
Reference for `ChannelDeleteEventPayload`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for ChannelDeleteEventPayload, exported as part of the public Shardwire surface.
Signature
export interface ChannelDeleteEventPayload extends EventEnvelopeBase {
channel: BridgeChannel;
}