@__dirname/pixiv-web-api
Preparing search index...
userProfile
Function userProfile
userProfile
(
id
:
number
,
type
:
"all"
|
"novels"
|
"top"
|
"illusts"
,
query
?:
Query
<
{
ids
?:
number
[]
;
is_first_page
?:
0
|
1
;
sensitiveFilterMode
?:
string
;
work_category
?:
string
;
}
,
>
,
)
:
Promise
<
{
bookmarkCount
?:
{
illust
:
number
;
novel
:
number
}
;
collectionIds
?:
any
[]
;
collections
:
any
;
externalSiteWorksStatus
?:
any
;
extraData
?:
ExtraData
;
illusts
:
IllustItem
[]
|
Record
<
string
,
IllustItem
|
null
>
;
manga
:
IllustItem
[]
|
Record
<
string
,
IllustItem
|
null
>
;
mangaSeries
:
any
[]
;
novels
:
Record
<
string
,
NovelItem
|
null
>
|
Record
<
string
,
NovelItem
>
;
novelSeries
:
any
[]
;
pickup
?:
any
[]
;
request
?:
any
;
requestPlans
?:
any
;
requestPostWorks
?:
any
;
shouldShowSensitiveNotice
?:
boolean
;
zoneConfig
?:
ZoneConfig
;
}
,
>
Parameters
id
:
number
type
:
"all"
|
"novels"
|
"top"
|
"illusts"
Optional
query
:
Query
<
{
ids
?:
number
[]
;
is_first_page
?:
0
|
1
;
sensitiveFilterMode
?:
string
;
work_category
?:
string
;
}
,
>
可选
Returns
Promise
<
{
bookmarkCount
?:
{
illust
:
number
;
novel
:
number
}
;
collectionIds
?:
any
[]
;
collections
:
any
;
externalSiteWorksStatus
?:
any
;
extraData
?:
ExtraData
;
illusts
:
IllustItem
[]
|
Record
<
string
,
IllustItem
|
null
>
;
manga
:
IllustItem
[]
|
Record
<
string
,
IllustItem
|
null
>
;
mangaSeries
:
any
[]
;
novels
:
Record
<
string
,
NovelItem
|
null
>
|
Record
<
string
,
NovelItem
>
;
novelSeries
:
any
[]
;
pickup
?:
any
[]
;
request
?:
any
;
requestPlans
?:
any
;
requestPostWorks
?:
any
;
shouldShowSensitiveNotice
?:
boolean
;
zoneConfig
?:
ZoneConfig
;
}
,
>
Kind
public
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@__dirname/pixiv-web-api
Loading...
可选