Skip to main content

InteractionData

Documentation


Documentation / @discordeno/bot / InteractionData

Interface: InteractionData

Defined in: transformers/types.ts:1199

Properties

components?

optional components?: Component[]

Defined in: transformers/types.ts:1203


componentType?

optional componentType?: MessageComponentTypes

Defined in: transformers/types.ts:1201


customId?

optional customId?: string

Defined in: transformers/types.ts:1202


id?

optional id?: bigint

Defined in: transformers/types.ts:1208


name

name: string

Defined in: transformers/types.ts:1205


options?

optional options?: InteractionDataOption[]

Defined in: transformers/types.ts:1207


resolved?

optional resolved?: InteractionDataResolved

Defined in: transformers/types.ts:1206


targetId?

optional targetId?: bigint

Defined in: transformers/types.ts:1209


type?

optional type?: ApplicationCommandTypes

Defined in: transformers/types.ts:1200


values?

optional values?: string[]

Defined in: transformers/types.ts:1204