SHARDWIRE
ReferenceEvent & Data Models

GuildCreateEventPayload

Reference for `GuildCreateEventPayload`, exported as part of the public Shardwire surface.

interface exported from src/discord/types.ts.

Summary

Reference for GuildCreateEventPayload, exported as part of the public Shardwire surface.

Signature

export interface GuildCreateEventPayload extends EventEnvelopeBase {
	guild: BridgeGuild;
}

Structure

On this page