Creates a new string select menu option from API data.
Optional
data: Partial<APISelectMenuOption>The API data to create this string select menu option with
Sets whether this option is selected by default.
Optional
isDefault: booleanWhether this option is selected by default
Sets the description for this option.
The description to use
Sets the emoji to display for this option.
The emoji to use
Sets the label for this option.
The label to use
Sets the value for this option.
The value to use
Serializes this builder to API-compatible JSON data.
A builder that creates API-compatible JSON data for string select menu options.