SHARDWIRE
ReferenceAction Models

EditChannelActionPayload

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface EditChannelActionPayload {
	channelId: Snowflake;
	name?: string | null;
	parentId?: Snowflake | null;
	topic?: string | null;
	reason?: string;
}

Structure

On this page