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

    Interface ModalSubmitInteractionBaseComponent

    interface ModalSubmitInteractionBaseComponent {
        id: number;
        type: MessageComponentTypes;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: number

    32 bit integer used as an optional identifier for component.

    type: MessageComponentTypes

    Type of modal submit component.