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

    Function user

    • 用户信息

      Parameters

      • id: number
      • Optionalquery: Query<{ full?: 0 | 1 }>

      Returns Promise<
          UserItem & {
              age?: any;
              birthDay?: any;
              canSendMessage?: boolean;
              comment?: string;
              commentHtml?: string;
              followedBack?: boolean;
              following?: number;
              gender?: any;
              group?: any[];
              job?: any;
              mypixivCount?: number;
              official?: boolean;
              region?: any;
              sketchLiveId: string
              | null;
              sketchLives: any[];
              social?: any;
              webpage?: string | null;
              workspace?: any;
          },
      >

      public