Skip to main content

InteractionDataOption

Documentation


Documentation / @discordeno/bot / InteractionDataOption

Interface: InteractionDataOption

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

Properties

focused?

optional focused: boolean

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


name

name: string

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


options?

optional options: InteractionDataOption[]

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


type

type: ApplicationCommandOptionTypes

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


value?

optional value: string | number | boolean

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