export interface GuildOnboardingPromptData
Data for editing a guild onboarding prompt.
optionalSnowflake id? :
The id of the prompt
optionalboolean inOnboarding? :
Whether the prompt is present in the onboarding flow
readonly GuildOnboardingPromptOptionData[] | ReadonlyCollection<Snowflake, GuildOnboardingPromptOption> options :
The options available within the prompt
optionalboolean required? :
Whether the prompt is required before a user completes the onboarding flow
optionalboolean singleSelect? :
Whether users are limited to selecting one option for the prompt
string title :
The title for the prompt
optionalGuildOnboardingPromptType type? :
The type of the prompt