ReferenceAction Models
CreateChannelActionPayload
Reference for `CreateChannelActionPayload`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for CreateChannelActionPayload, exported as part of the public Shardwire surface.
Signature
export interface CreateChannelActionPayload {
guildId: Snowflake;
name: string;
/** Discord `ChannelType` (default: `0` guild text). */
type?: number;
parentId?: Snowflake;
topic?: string;
reason?: string;
}