interface APIGuildOnboardingPromptOption

external
export interface APIGuildOnboardingPromptOption

https://discord.com/developers/docs/resources/guild#guild-onboarding-object-prompt-option-structure

external
channel_ids : Snowflake[]

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

external
description : string | null

Description of the option

external
emoji : APIPartialEmoji

Emoji of the option

external
id : Snowflake

Id of the prompt option

external
role_ids : Snowflake[]

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

external
title : string

Title of the option