InteractionDataResolved
Documentation / @discordeno/bot / InteractionDataResolved
Interface: InteractionDataResolved
Defined in: bot/src/transformers/types.ts:1033
Properties
attachments?
optionalattachments:Collection<bigint,Attachment>
Defined in: bot/src/transformers/types.ts:1039
channels?
optionalchannels:Collection<bigint,InteractionResolvedDataChannel<TransformersDesiredProperties,DesiredPropertiesBehavior>>
Defined in: bot/src/transformers/types.ts:1038
members?
optionalmembers:Collection<bigint,InteractionResolvedDataMember<TransformersDesiredProperties,DesiredPropertiesBehavior>>
Defined in: bot/src/transformers/types.ts:1036
messages?
optionalmessages:Collection<bigint,Message>
Defined in: bot/src/transformers/types.ts:1034
roles?
optionalroles:Collection<bigint,Role>
Defined in: bot/src/transformers/types.ts:1037
users?
optionalusers:Collection<bigint,User>
Defined in: bot/src/transformers/types.ts:1035