SHARDWIRE
ReferenceEvent & Data Models

GuildUpdateEventPayload

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface GuildUpdateEventPayload extends EventEnvelopeBase {
	oldGuild?: BridgeGuild;
	guild: BridgeGuild;
}

Structure

On this page