InteractionData
Documentation / @discordeno/bot / InteractionData
Interface: InteractionData
Defined in: bot/src/transformers/types.ts:1019
Properties
components?
optional
components:Component
[]
Defined in: bot/src/transformers/types.ts:1023
componentType?
optional
componentType:MessageComponentTypes
Defined in: bot/src/transformers/types.ts:1021
customId?
optional
customId:string
Defined in: bot/src/transformers/types.ts:1022
id?
optional
id:bigint
Defined in: bot/src/transformers/types.ts:1028
name
name:
string
Defined in: bot/src/transformers/types.ts:1025
options?
optional
options:InteractionDataOption
[]
Defined in: bot/src/transformers/types.ts:1027
resolved?
optional
resolved:InteractionDataResolved
Defined in: bot/src/transformers/types.ts:1026
targetId?
optional
targetId:bigint
Defined in: bot/src/transformers/types.ts:1029
type?
optional
type:ApplicationCommandTypes
Defined in: bot/src/transformers/types.ts:1020
values?
optional
values:string
[]
Defined in: bot/src/transformers/types.ts:1024