Discord.https - v3.0.16
    Preparing search index...

    Interface RESTAPIGuildOnboardingPrompt

    interface RESTAPIGuildOnboardingPrompt {
        id: string;
        in_onboarding?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
            undefined
            | boolean,
        >;
        options: RESTAPIGuildOnboardingPromptOption[];
        required?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
            undefined
            | boolean,
        >;
        single_select?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
            undefined
            | boolean,
        >;
        title: string;
        type?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string

    Id of the prompt

    in_onboarding?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
        undefined
        | boolean,
    >

    Indicates whether the prompt is present in the onboarding flow. If false, the prompt will only appear in the Channels & Roles tab

    Options available within the prompt

    required?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
        undefined
        | boolean,
    >

    Indicates whether the prompt is required before a user completes the onboarding flow

    single_select?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
        undefined
        | boolean,
    >

    Indicates whether users are limited to selecting one option for the prompt

    title: string

    Title of the prompt

    Type of prompt