interface APISelectMenuOption

external
export interface APISelectMenuOption

https://discord.com/developers/docs/interactions/message-components#select-menu-object-select-option-structure

optionalexternal
default? : boolean

Whether this option should be already-selected by default

optionalexternal
description? : string

An additional description of the option (max 100 chars)

optionalexternal
emoji? : APIMessageComponentEmoji

The emoji to display to the left of the option

external
label : string

The user-facing name of the option (max 100 chars)

external
value : string

The dev-defined value of the option (max 100 chars)