ReferenceAction Models
DeleteChannelActionPayload
Reference for `DeleteChannelActionPayload`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for DeleteChannelActionPayload, exported as part of the public Shardwire surface.
Signature
export interface DeleteChannelActionPayload {
channelId: Snowflake;
reason?: string;
}