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

    Function myProfile

    • 当前登录用户的个人资料

      Returns Promise<
          {
              birthMonthAndDay: { restriction: number; value: string
              | null };
              birthYear: { restriction: number; value: number | null };
              comment: string;
              coverImage: string | null;
              externalService: {
                  bluesky: string | null;
                  circlems: string | null;
                  facebook: string | null;
                  instagram: string | null;
                  tumblr: string | null;
                  twitter: string | null;
              };
              gender: { restriction: number; value: number };
              isOfficialUser: boolean;
              job: { restriction: number; value: number };
              location: {
                  prefecture: string | null;
                  region: string | null;
                  restriction: number;
              };
              name: string;
              pawoo: { isPawooAuthorized: boolean; preferDisplayPawoo: boolean };
              profileImage: string;
              webpage: string;
          },
      >