Prompt
class Prompt(val data: DiscordOnboardingPrompt, val guildId: Snowflake, val kord: Kord) : KordEntity(source)
Represents a prompt for a GuildOnboarding.
Types
Link copied to clipboard
class Option(val data: DiscordOnboardingPromptOption, val guildId: Snowflake, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : KordEntity, Strategizable
Represents an option for a Prompt.
Properties
Link copied to clipboard
Link copied to clipboard
The ID of the Guild the onboarding is part of.
Link copied to clipboard
Indicates whether this prompt is present in the onboarding flow. If false
, this prompt will only appear in the Channels & Roles tab.
Link copied to clipboard
Indicates whether this prompt is required before a user completes the onboarding flow.
Link copied to clipboard
Indicates whether users are limited to selecting one option for this prompt.
Link copied to clipboard
The Options available within this prompt.
Link copied to clipboard
The type of this prompt.