interface APIGuildOnboardingPromptOption {
    channel_ids: string[];
    description: null | string;
    emoji: APIPartialEmoji;
    id: string;
    role_ids: string[];
    title: string;
}

Properties

channel_ids: string[]

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

description: null | string

Description of the option

Emoji of the option

id: string

Id of the prompt option

role_ids: string[]

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

title: string

Title of the option