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

    Interface TextInputComponentResponse

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

    Properties

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