Skip to content

SelectOptionStructure

See

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

Properties

label

label: string

Defined in

typings/message-components.ts:51


value

value: string

Defined in

typings/message-components.ts:52


description?

optional description: string

Defined in

typings/message-components.ts:53


emoji?

optional emoji: Pick<Structure, "id" | "name" | "animated">

Defined in

typings/message-components.ts:54


default?

optional default: boolean

Defined in

typings/message-components.ts:55