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

    Interface ModalSubmitInteractionAttachmentComponent

    interface ModalSubmitInteractionAttachmentComponent {
        custom_id: string;
        id: number;
        type: FILE_UPLOAD;
        values: `${bigint}`[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    custom_id: string

    custom_id of the interactive component.

    id: number

    32 bit integer used as an optional identifier for component.

    type: FILE_UPLOAD

    Type of modal submit component.

    values: `${bigint}`[]

    Attachment IDs selected by the user.