oopscord.js
    Preparing search index...

    Type Alias ModalTextInput

    type ModalTextInput = {
        customId: string;
        maxLength?: number;
        minLength?: number;
        placeholder?: string;
        required?: boolean;
        style: TextInputStyle;
        type: "text_input";
        value?: string;
    }
    Index

    Properties

    customId: string
    maxLength?: number
    minLength?: number
    placeholder?: string
    required?: boolean
    style: TextInputStyle
    type: "text_input"
    value?: string