SHARDWIRE
ReferenceEvent & Data Models

ChannelUpdateEventPayload

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface ChannelUpdateEventPayload extends EventEnvelopeBase {
	oldChannel?: BridgeChannel;
	channel: BridgeChannel;
}

Structure

On this page