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

    Interface TextInputComponentForModalRequest

    interface TextInputComponentForModalRequest {
        custom_id: string;
        id?: number | null;
        label?: string | null;
        max_length?: number | null;
        min_length?: number | null;
        placeholder?: string | null;
        required?: boolean | null;
        style: TextInputStyleTypes;
        type: TEXT_INPUT;
        value?: string | null;
    }
    Index

    Properties

    custom_id: string
    id?: number | null
    label?: string | null
    max_length?: number | null
    min_length?: number | null
    placeholder?: string | null
    required?: boolean | null
    value?: string | null