Skip to main content

InteractionDataOption

@discordeno/bot


Documentation / @discordeno/bot / InteractionDataOption

Interface: InteractionDataOption

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

Properties

focused?

optional focused: boolean

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


name

name: string

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


options?

optional options: InteractionDataOption[]

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


type

type: ApplicationCommandOptionTypes

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


value?

optional value: string | number | boolean

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