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

    Interface ModalSubmitInteractionTextInputComponent

    interface ModalSubmitInteractionTextInputComponent {
        custom_id: string;
        id: number;
        type: TEXT_INPUT;
        value: string;
    }

    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: TEXT_INPUT

    Type of modal submit component.

    value: string

    Text value entered by the user.