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

    Interface MessageAttachmentRequest

    interface MessageAttachmentRequest {
        data: Blob;
        description?: string | null;
        duration_secs?: number | null;
        filename?: string | null;
        id: `${bigint}`;
        is_remix?: boolean | null;
        is_spoiler?: boolean | null;
        title?: string | null;
        waveform?: string | null;
    }
    Index

    Properties

    data: Blob
    description?: string | null
    duration_secs?: number | null
    filename?: string | null
    id: `${bigint}`
    is_remix?: boolean | null
    is_spoiler?: boolean | null
    title?: string | null
    waveform?: string | null