SHARDWIRE
ReferenceEvent & Data Models

WebhooksUpdateEventPayload

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface WebhooksUpdateEventPayload extends EventEnvelopeBase {
	channelId: Snowflake;
	guildId: Snowflake;
}

Structure

On this page