APIInteractionDataResolved
https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure
Signature
export interface APIInteractionDataResolvedProperties
5Methods
0No methods.
Properties
users?: Record<Snowflake, APIUser>;roles?: Record<Snowflake, APIRole>;members?: Record<Snowflake, APIInteractionDataResolvedGuildMember>;channels?: Record<Snowflake, APIInteractionDataResolvedChannel>;attachments?: Record<Snowflake, APIAttachment>;