Discord.https - v3.0.16
    Preparing search index...

    Type Alias RESTAPIAttachment

    RESTAPIAttachment: Partial<
        Pick<
            APIAttachment,
            "description"
            | "duration_secs"
            | "filename"
            | "title"
            | "waveform",
        >,
    > & { id: Snowflake | number }

    Type Declaration

    • id: Snowflake | number

      Attachment id or a number that matches n in files[n]