Skip to main content

InteractionDataOption

Documentation


Documentation / @discordeno/bot / InteractionDataOption

Interface: InteractionDataOption

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

Properties

focused?

optional focused: boolean

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


name

name: string

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


options?

optional options: InteractionDataOption[]

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


type

type: ApplicationCommandOptionTypes

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


value?

optional value: string | number | boolean

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