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

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