@__dirname/pixiv-web-api
    Preparing search index...

    Function userProfile

    • Parameters

      • id: number
      • type: "all" | "novels" | "top" | "illusts"
      • Optionalquery: Query<
            {
                ids?: number[];
                is_first_page?: 0
                | 1;
                sensitiveFilterMode?: string;
                work_category?: string;
            },
        >

        可选

      Returns Promise<
          {
              bookmarkCount?: { illust: number; novel: number };
              collectionIds?: any[];
              collections: any;
              externalSiteWorksStatus?: any;
              extraData?: ExtraData;
              illusts: IllustItem[] | Record<string, IllustItem | null>;
              manga: IllustItem[] | Record<string, IllustItem | null>;
              mangaSeries: any[];
              novels: Record<string, NovelItem | null> | Record<string, NovelItem>;
              novelSeries: any[];
              pickup?: any[];
              request?: any;
              requestPlans?: any;
              requestPostWorks?: any;
              shouldShowSensitiveNotice?: boolean;
              zoneConfig?: ZoneConfig;
          },
      >

      public