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