interface APIStringSelectComponent

external
export interface APIStringSelectComponent extends APIBaseSelectMenuComponent<ComponentType.StringSelect>

A String Select is an interactive component that allows users to select one or more provided options in a message.String Selects can be configured for both single-select and multi-select behavior. When a user finishes making their choice(s) your app receives an interaction.An Action Row can contain only one select menu and cannot contain buttons if it has a select menu.

See also: https://discord.com/developers/docs/components/reference#string-select

external
options : APISelectMenuOption[]

Specified choices in a select menu; max 25