@typed-discord/rest
    Preparing search index...

    Interface AttachmentResponse

    interface AttachmentResponse {
        application?: ApplicationResponse;
        clip_created_at?: string;
        clip_participants?: UserResponse[];
        content_type?: string;
        description?: string;
        duration_secs?: number;
        ephemeral?: boolean;
        filename: string;
        flags?: number;
        height?: number;
        id: `${bigint}`;
        placeholder?: string;
        placeholder_version?: number;
        proxy_url: string;
        size: number;
        title?: string | null;
        url: string;
        waveform?: string;
        width?: number;
    }
    Index

    Properties

    application?: ApplicationResponse
    clip_created_at?: string
    clip_participants?: UserResponse[]
    content_type?: string
    description?: string
    duration_secs?: number
    ephemeral?: boolean
    filename: string
    flags?: number
    height?: number
    id: `${bigint}`
    placeholder?: string
    placeholder_version?: number
    proxy_url: string
    size: number
    title?: string | null
    url: string
    waveform?: string
    width?: number