@__dirname/pixiv-web-api
Preparing search index...
userTag
Function userTag
userTag
(
id
:
number
,
type
:
"manga"
|
"illusts"
|
"illustmanga"
,
query
:
{
limit
:
number
;
offset
:
number
;
tag
:
string
}
,
)
:
Promise
<
{
extraData
:
ExtraData
;
total
:
number
;
works
:
IllustItem
[]
;
zoneConfig
:
ZoneConfig
;
}
,
>
Parameters
id
:
number
type
:
"manga"
|
"illusts"
|
"illustmanga"
query
:
{
limit
:
number
;
offset
:
number
;
tag
:
string
}
Returns
Promise
<
{
extraData
:
ExtraData
;
total
:
number
;
works
:
IllustItem
[]
;
zoneConfig
:
ZoneConfig
;
}
,
>
Kind
public
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@__dirname/pixiv-web-api
Loading...
Kind
public