Interfacediscord-component-embedv0.4.1
APISelectMenuOption
See also:https://discord.com/developers/docs/components/reference#string-select-select-option-structure
interface APISelectMenuOptionProperties
- optional
default
Whether this option should be already-selected by default
default: boolean- optional
description
An additional description of the option (max 100 chars)
description: string;- optional
emoji
The emoji to display to the left of the option
emoji: APIMessageComponentEmoji;label
The user-facing name of the option (max 100 chars)
label: string;value
The dev-defined value of the option (max 100 chars)
value: string;