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

    Function novelSeries

    • Parameters

      • id: number

      Returns Promise<
          {
              aiType: number;
              caption: string;
              cover: any;
              coverSettingData: any;
              createDate: string;
              createdTimestamp: number;
              displaySeriesContentCount: number;
              extraData: ExtraData;
              firstEpisode: any;
              firstNovelId: string;
              genreId: string;
              hasGlossary: boolean;
              id: string;
              isConcluded: boolean;
              isNotifying: boolean;
              isOriginal: boolean;
              isWatched: boolean;
              language: string;
              lastPublishedContentTimestamp: number;
              latestNovelId: string;
              maxXRestrict: number;
              profileImageUrl: string;
              publishedContentCount: number;
              publishedReadingTime: number;
              publishedTotalCharacterCount: number;
              publishedTotalWordCount: number;
              shareText: string;
              tags: string[];
              title: string;
              total: number;
              updateDate: string;
              updatedTimestamp: number;
              userId: string;
              userName: string;
              useWordCount: boolean;
              watchCount: number
              | null;
              xRestrict: 0 | 1 | 2;
              zoneConfig: ZoneConfig;
          },
      >

      public