APIStringSelectComponent
https://discord.com/developers/docs/interactions/message-components#select-menus
Signature
export interface APIStringSelectComponent<Value extends string = string> extends APIBaseSelectMenuComponent<ComponentType.StringSelect>Properties
options: APISelectMenuOption<Value>[];Specified choices in a select menu; max 25
required?: boolean;Whether the string select is required to answer in a modal
@defaulttrue