APISelectMenuOption
https://discord.com/developers/docs/interactions/message-components#select-menu-object-select-option-structure
Signature
export interface APISelectMenuOption<Value extends string = string>Properties
5Methods
0No methods.
Properties
label: string;The user-facing name of the option (max 100 chars)
value: Value;The dev-defined value of the option (max 100 chars)
description?: string;An additional description of the option (max 100 chars)
emoji?: APIMessageComponentEmoji;The emoji to display to the left of the option
default?: boolean;Whether this option should be already-selected by default