interface APIInteractionDataResolved {
    attachments?: Record<string, APIAttachment>;
    channels?: Record<string, APIInteractionDataResolvedChannel>;
    members?: Record<string, APIInteractionDataResolvedGuildMember>;
    roles?: Record<string, APIRole>;
    users?: Record<string, APIUser>;
}

Properties

attachments?: Record<string, APIAttachment>
roles?: Record<string, APIRole>
users?: Record<string, APIUser>