Discord.https - v3.0.16
    Preparing search index...

    Interface APIInteractionDataResolved

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

    Properties

    attachments?: Record<string, APIAttachment>
    channels?: Record<string, APIInteractionDataResolvedChannel>
    members?: Record<string, APIInteractionDataResolvedGuildMember>
    roles?: Record<string, APIRole>
    users?: Record<string, APIUser>