Preview environment

interface APIInteractionDataResolved

export interface APIInteractionDataResolved

https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure

optional
attachments? : Record<Snowflake, APIAttachment>

optional
roles? : Record<Snowflake, APIRole>

optional
users? : Record<Snowflake, APIUser>