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

    Interface MultipleChoiceFormFieldResponse

    interface MultipleChoiceFormFieldResponse {
        choices: string[];
        description?: string;
        field_type: MULTIPLE_CHOICE;
        label?: string;
        required?: boolean;
        response?: number;
    }
    Index

    Properties

    choices: string[]

    Choices applicant can select from

    description?: string

    Optional helper text shown below label

    field_type: MULTIPLE_CHOICE

    Type of form field

    label?: string

    Label shown above field

    required?: boolean

    Whether applicant must fill in field

    response?: number

    Index of choice selected by applicant