Skip to main content

InteractionDataResolved

Documentation


Documentation / @discordeno/bot / InteractionDataResolved

Interface: InteractionDataResolved

Defined in: bot/src/transformers/types.ts:1032

Properties

attachments?

optional attachments: Collection<bigint, Attachment>

Defined in: bot/src/transformers/types.ts:1038


channels?

optional channels: Collection<bigint, InteractionResolvedDataChannel<TransformersDesiredProperties, DesiredPropertiesBehavior>>

Defined in: bot/src/transformers/types.ts:1037


members?

optional members: Collection<bigint, InteractionResolvedDataMember<TransformersDesiredProperties, DesiredPropertiesBehavior>>

Defined in: bot/src/transformers/types.ts:1035


messages?

optional messages: Collection<bigint, Message>

Defined in: bot/src/transformers/types.ts:1033


roles?

optional roles: Collection<bigint, Role>

Defined in: bot/src/transformers/types.ts:1036


users?

optional users: Collection<bigint, User>

Defined in: bot/src/transformers/types.ts:1034