InteractionData
Documentation / @discordeno/bot / InteractionData
Interface: InteractionData
Defined in: bot/src/transformers/types.ts:1020
Properties
components?
optionalcomponents:Component[]
Defined in: bot/src/transformers/types.ts:1024
componentType?
optionalcomponentType:MessageComponentTypes
Defined in: bot/src/transformers/types.ts:1022
customId?
optionalcustomId:string
Defined in: bot/src/transformers/types.ts:1023
id?
optionalid:bigint
Defined in: bot/src/transformers/types.ts:1029
name
name:
string
Defined in: bot/src/transformers/types.ts:1026
options?
optionaloptions:InteractionDataOption[]
Defined in: bot/src/transformers/types.ts:1028
resolved?
optionalresolved:InteractionDataResolved
Defined in: bot/src/transformers/types.ts:1027
targetId?
optionaltargetId:bigint
Defined in: bot/src/transformers/types.ts:1030
type?
optionaltype:ApplicationCommandTypes
Defined in: bot/src/transformers/types.ts:1021
values?
optionalvalues:string[]
Defined in: bot/src/transformers/types.ts:1025