export interface APISelectMenuOptionoptionalexternaldefault? : boolean
Whether this option should be already-selected by default
optionalexternaldescription? : string
An additional description of the option (max 100 chars)
optionalexternalemoji? : APIMessageComponentEmoji
The emoji to display to the left of the option
externallabel : string
The user-facing name of the option (max 100 chars)
externalvalue : string
The dev-defined value of the option (max 100 chars)