ReferenceEvent & Data Models
BridgeChannel
Normalized non-thread channel snapshot for channel lifecycle events. *
interface exported from src/discord/types.ts.
Summary
Normalized non-thread channel snapshot for channel lifecycle events. *
Signature
export interface BridgeChannel {
id: Snowflake;
type: number;
name?: string | null;
guildId?: Snowflake;
parentId?: Snowflake | null;
}