class GuildOnboardingPrompt
extends
Baseexport class GuildOnboardingPrompt extends Base
Represents the data of a prompt of a guilds onboarding.
readonlyGuild guild :
The guild this onboarding prompt is from
Snowflake guildId :
The id of the guild this onboarding prompt is from
Snowflake id :
The id of the prompt
boolean inOnboarding :
Whether the prompt is present in the onboarding flow. If false
, the prompt will only appear in the Channels & Roles tab
Collection<Snowflake, GuildOnboardingPromptOption> options :
The options available within the prompt
boolean required :
Whether the prompt is required before a user completes the onboarding flow
boolean singleSelect :
Whether users are limited to selecting one option for the prompt
string title :
The title of the prompt
GuildOnboardingPromptType type :
The type of the prompt