ReferenceEvent & Data Models
BridgeAttachment
Reference for `BridgeAttachment`, exported as part of the public Shardwire surface.
interface exported from src/discord/types.ts.
Summary
Reference for BridgeAttachment, exported as part of the public Shardwire surface.
Signature
export interface BridgeAttachment {
id: Snowflake;
name: string;
url: string;
contentType?: string | null;
size: number;
}