Skip to main content

InteractionData

Documentation


Documentation / @discordeno/bot / InteractionData

Interface: InteractionData

Defined in: transformers/types.ts:1163

Properties

components?

optional components?: Component[]

Defined in: transformers/types.ts:1167


componentType?

optional componentType?: MessageComponentTypes

Defined in: transformers/types.ts:1165


customId?

optional customId?: string

Defined in: transformers/types.ts:1166


id?

optional id?: bigint

Defined in: transformers/types.ts:1172


name

name: string

Defined in: transformers/types.ts:1169


options?

optional options?: InteractionDataOption[]

Defined in: transformers/types.ts:1171


resolved?

optional resolved?: InteractionDataResolved

Defined in: transformers/types.ts:1170


targetId?

optional targetId?: bigint

Defined in: transformers/types.ts:1173


type?

optional type?: ApplicationCommandTypes

Defined in: transformers/types.ts:1164


values?

optional values?: string[]

Defined in: transformers/types.ts:1168