Skip to main content

InteractionDataOption

Documentation


Documentation / @discordeno/bot / InteractionDataOption

Interface: InteractionDataOption

Defined in: bot/src/transformers/types.ts:1039

Properties

focused?

optional focused: boolean

Defined in: bot/src/transformers/types.ts:1044


name

name: string

Defined in: bot/src/transformers/types.ts:1040


options?

optional options: InteractionDataOption[]

Defined in: bot/src/transformers/types.ts:1043


type

type: ApplicationCommandOptionTypes

Defined in: bot/src/transformers/types.ts:1041


value?

optional value: string | number | boolean

Defined in: bot/src/transformers/types.ts:1042