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

    Interface RESTAPIGuildOnboardingPromptOption

    interface RESTAPIGuildOnboardingPromptOption {
        channel_ids?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
            undefined
            | string[],
        >;
        description?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
            undefined
            | null
            | string,
        >;
        emoji_animated?: null | boolean;
        emoji_id?: null | string;
        emoji_name?: null | string;
        id?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface;
        role_ids?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
            undefined
            | string[],
        >;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    channel_ids?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
        undefined
        | string[],
    >

    Ids for channels a member is added to when the option is selected

    description?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
        undefined
        | null
        | string,
    >

    Description of the option

    emoji_animated?: null | boolean

    Whether this emoji is animated

    emoji_id?: null | string

    Emoji id

    emoji_name?: null | string

    Emoji name

    Id of the prompt option

    role_ids?: _AddUndefinedToPossiblyUndefinedPropertiesOfInterface<
        undefined
        | string[],
    >

    Ids for roles assigned to a member when the option is selected

    title: string

    Title of the option