APISelectMenuOption

https://discord.com/developers/docs/interactions/message-components#select-menu-object-select-option-structure

Signature

export interface APISelectMenuOption<Value extends string = string>

Properties

5

Methods

0

No methods.

Properties

label: string;

The user-facing name of the option (max 100 chars)

value: Value;

The dev-defined value of the option (max 100 chars)

description?: string;

An additional description of the option (max 100 chars)

default?: boolean;

Whether this option should be already-selected by default