@__dirname/pixiv-web-api
Preparing search index...
illustRecommendInit
Function illustRecommendInit
illustRecommendInit
(
id
:
number
,
query
:
Query
<
{
limit
:
number
}
>
,
)
:
Promise
<
{
details
:
Record
<
string
,
{
banditInfo
:
string
;
methods
:
string
[]
;
recommendListId
:
string
;
score
:
number
;
seedIllustIds
:
string
[]
;
}
,
>
;
illusts
:
(
IllustItem
&
{
type
:
string
;
visibilityScope
:
number
}
)
[]
;
nextIds
:
string
[]
;
}
,
>
推荐初始化
Parameters
id
:
number
query
:
Query
<
{
limit
:
number
}
>
Returns
Promise
<
{
details
:
Record
<
string
,
{
banditInfo
:
string
;
methods
:
string
[]
;
recommendListId
:
string
;
score
:
number
;
seedIllustIds
:
string
[]
;
}
,
>
;
illusts
:
(
IllustItem
&
{
type
:
string
;
visibilityScope
:
number
}
)
[]
;
nextIds
:
string
[]
;
}
,
>
Kind
public
See
https://www.pixiv.net/artworks/${id}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@__dirname/pixiv-web-api
Loading...
推荐初始化