Option
class Option(val data: DiscordOnboardingPromptOption, val guildId: Snowflake, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : KordEntity, Strategizable(source)
Represents an option for a Prompt.
Constructors
Link copied to clipboard
constructor(data: DiscordOnboardingPromptOption, guildId: Snowflake, kord: Kord, supplier: EntitySupplier = kord.defaultSupplier)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The description of this option.
Link copied to clipboard
The ID of the Guild the onboarding is part of.
Link copied to clipboard
Link copied to clipboard
The supplier used to request entities.