Skip to main content

InteractionData

Documentation


Documentation / @discordeno/bot / InteractionData

Interface: InteractionData

Defined in: transformers/types.ts:1084

Properties

components?

optional components: Component[]

Defined in: transformers/types.ts:1088


componentType?

optional componentType: MessageComponentTypes

Defined in: transformers/types.ts:1086


customId?

optional customId: string

Defined in: transformers/types.ts:1087


id?

optional id: bigint

Defined in: transformers/types.ts:1093


name

name: string

Defined in: transformers/types.ts:1090


options?

optional options: InteractionDataOption[]

Defined in: transformers/types.ts:1092


resolved?

optional resolved: InteractionDataResolved

Defined in: transformers/types.ts:1091


targetId?

optional targetId: bigint

Defined in: transformers/types.ts:1094


type?

optional type: ApplicationCommandTypes

Defined in: transformers/types.ts:1085


values?

optional values: string[]

Defined in: transformers/types.ts:1089