@__dirname/pixiv-web-api
Preparing search index...
novel
Function novel
novel
(
id
:
number
,
)
:
Promise
<
{
aiType
:
number
;
bookmarkCount
:
number
;
bookmarkData
:
{
id
:
string
;
private
:
boolean
}
|
null
;
characterCount
:
number
;
comicPromotion
:
any
;
commentCount
:
number
;
commentOff
:
number
;
content
:
string
;
contestBanners
:
any
[]
;
contestData
:
any
;
coverUrl
:
string
;
createDate
:
string
;
description
:
string
;
descriptionBoothId
:
string
|
null
;
descriptionYoutubeId
:
string
|
null
;
extraData
:
ExtraData
;
fanboxPromotion
:
any
;
genre
:
string
;
hasGlossary
:
boolean
;
id
:
string
;
imageResponseCount
:
number
;
imageResponseData
:
any
[]
;
imageResponseOutData
:
any
[]
;
isBookmarkable
:
boolean
;
isBungei
:
boolean
;
isLoginOnly
:
boolean
;
isOriginal
:
boolean
;
isUnlisted
:
boolean
;
language
:
string
;
likeCount
:
number
;
likeData
:
boolean
;
marker
:
any
;
markerCount
:
number
;
pageCount
:
number
;
pollData
:
any
;
readingTime
:
number
;
request
:
any
;
restrict
:
number
;
seriesNavData
:
any
;
suggestedSettings
:
any
;
tags
:
{
authorId
:
string
;
isLocked
:
boolean
;
tags
:
{
deletable
:
boolean
;
locked
:
boolean
;
tag
:
string
;
translation
?:
Record
<
string
,
string
>
;
userId
?:
string
;
userName
?:
string
;
}
[]
;
writable
:
boolean
;
}
;
textEmbeddedImages
:
any
;
title
:
string
;
titleCaptionTranslation
:
{
workCaption
:
string
|
null
;
workTitle
:
string
|
null
;
}
;
uploadDate
:
string
;
userId
:
string
;
userName
:
string
;
userNovels
:
Record
<
string
,
NovelItem
|
null
>
;
useWordCount
:
boolean
;
viewCount
:
number
;
wordCount
:
number
;
xRestrict
:
0
|
1
|
2
;
zoneConfig
:
ZoneConfig
;
}
,
>
Parameters
id
:
number
Returns
Promise
<
{
aiType
:
number
;
bookmarkCount
:
number
;
bookmarkData
:
{
id
:
string
;
private
:
boolean
}
|
null
;
characterCount
:
number
;
comicPromotion
:
any
;
commentCount
:
number
;
commentOff
:
number
;
content
:
string
;
contestBanners
:
any
[]
;
contestData
:
any
;
coverUrl
:
string
;
createDate
:
string
;
description
:
string
;
descriptionBoothId
:
string
|
null
;
descriptionYoutubeId
:
string
|
null
;
extraData
:
ExtraData
;
fanboxPromotion
:
any
;
genre
:
string
;
hasGlossary
:
boolean
;
id
:
string
;
imageResponseCount
:
number
;
imageResponseData
:
any
[]
;
imageResponseOutData
:
any
[]
;
isBookmarkable
:
boolean
;
isBungei
:
boolean
;
isLoginOnly
:
boolean
;
isOriginal
:
boolean
;
isUnlisted
:
boolean
;
language
:
string
;
likeCount
:
number
;
likeData
:
boolean
;
marker
:
any
;
markerCount
:
number
;
pageCount
:
number
;
pollData
:
any
;
readingTime
:
number
;
request
:
any
;
restrict
:
number
;
seriesNavData
:
any
;
suggestedSettings
:
any
;
tags
:
{
authorId
:
string
;
isLocked
:
boolean
;
tags
:
{
deletable
:
boolean
;
locked
:
boolean
;
tag
:
string
;
translation
?:
Record
<
string
,
string
>
;
userId
?:
string
;
userName
?:
string
;
}
[]
;
writable
:
boolean
;
}
;
textEmbeddedImages
:
any
;
title
:
string
;
titleCaptionTranslation
:
{
workCaption
:
string
|
null
;
workTitle
:
string
|
null
;
}
;
uploadDate
:
string
;
userId
:
string
;
userName
:
string
;
userNovels
:
Record
<
string
,
NovelItem
|
null
>
;
useWordCount
:
boolean
;
viewCount
:
number
;
wordCount
:
number
;
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