Skip to main content

InteractionDataResolved

Documentation


Documentation / @discordeno/bot / InteractionDataResolved

Interface: InteractionDataResolved

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

Properties

attachments?

optional attachments: Collection<bigint, Attachment>

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


channels?

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

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


members?

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

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


messages?

optional messages: Collection<bigint, Message>

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


roles?

optional roles: Collection<bigint, Role>

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


users?

optional users: Collection<bigint, User>

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