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

    Interface ParagraphFormFieldResponse

    interface ParagraphFormFieldResponse {
        description?: string;
        field_type: PARAGRAPH;
        label?: string;
        placeholder?: string;
        required?: boolean;
        response?: string;
    }
    Index

    Properties

    description?: string

    Optional helper text shown below label

    field_type: PARAGRAPH

    Type of form field

    label?: string

    Label shown above field

    placeholder?: string

    Placeholder text shown in empty input

    required?: boolean

    Whether applicant must fill in field

    response?: string

    Applicant's text response