InteractionDataResolved
Documentation / @discordeno/bot / InteractionDataResolved
Interface: InteractionDataResolved
Defined in: bot/src/transformers/types.ts:1030
Properties
attachments?
optional
attachments:Collection
<bigint
,Attachment
>
Defined in: bot/src/transformers/types.ts:1036
channels?
optional
channels:Collection
<bigint
,InteractionResolvedChannel
>
Defined in: bot/src/transformers/types.ts:1035
members?
optional
members:Collection
<bigint
,InteractionResolvedMember
>
Defined in: bot/src/transformers/types.ts:1033
messages?
optional
messages:Collection
<bigint
,Message
>
Defined in: bot/src/transformers/types.ts:1031
roles?
optional
roles:Collection
<bigint
,Role
>
Defined in: bot/src/transformers/types.ts:1034
users?
optional
users:Collection
<bigint
,User
>
Defined in: bot/src/transformers/types.ts:1032