SHARDWIRE
ReferenceEvent & Data Models

BridgeDeletedMessage

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

interface exported from src/discord/types.ts.

Summary

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

Signature

export interface BridgeDeletedMessage {
	id: Snowflake;
	channelId: Snowflake;
	guildId?: Snowflake;
	deletedAt: string;
	channelType?: number;
	parentChannelId?: Snowflake;
}

Structure

On this page