SHARDWIRE
ReferenceAction Models

DeleteChannelActionResult

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface DeleteChannelActionResult {
	deleted: true;
	channelId: Snowflake;
}

Structure

On this page