DiscordSelectOption
constructor(label: String, value: String, description: Optional<String> = Optional.Missing(), emoji: Optional<DiscordPartialEmoji> = Optional.Missing(), default: OptionalBoolean = OptionalBoolean.Missing)(source)
Parameters
label
the user-facing name of the option
value
the dev-defined value of the option
description
an additional description of the option
emoji
the emoji to show in the option
default
whether to render this option as selected by default