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

    Interface APIGuildOnboarding

    interface APIGuildOnboarding {
        default_channel_ids: string[];
        enabled: boolean;
        guild_id: string;
        mode: GuildOnboardingMode;
        prompts: APIGuildOnboardingPrompt[];
    }
    Index

    Properties

    default_channel_ids: string[]

    Channel ids that members get opted into automatically

    enabled: boolean

    Whether onboarding is enabled in the guild

    guild_id: string

    Id of the guild this onboarding is part of

    Current mode of onboarding

    Prompts shown during onboarding and in customize community