export interface APISelectMenuOption
https://discord.com/developers/docs/interactions/message-components#select-menu-object-select-option-structure
optionalboolean default? :
Whether this option should be already-selected by default
optionalstring description? :
An additional description of the option (max 100 chars)
optionalAPIMessageComponentEmoji emoji? :
The emoji to display to the left of the option
string label :
The user-facing name of the option (max 100 chars)
string value :
The dev-defined value of the option (max 100 chars)