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