SHARDWIRE
ReferenceEvent & Data Models

ChannelCreateEventPayload

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface ChannelCreateEventPayload extends EventEnvelopeBase {
	channel: BridgeChannel;
}

Structure

On this page