@__dirname/pixiv-web-api
Preparing search index...
novelSeries
Function novelSeries
novelSeries
(
id
:
number
,
)
:
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
;
}
,
>
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
;
}
,
>
Kind
public
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@__dirname/pixiv-web-api
Loading...
Kind
public