@__dirname/pixiv-web-api
Preparing search index...
illustBookmarksAdd
Function illustBookmarksAdd
illustBookmarksAdd
(
data
:
{
comment
:
string
;
illust_id
:
`
${
number
}
`
;
restrict
?:
0
|
1
;
tags
:
string
[]
;
}
,
)
:
Promise
<
{
last_bookmark_id
:
`
${
number
}
`
;
stacc_status_id
:
`
${
number
}
`
}
>
添加爱心
Parameters
data
:
{
comment
:
string
;
illust_id
:
`
${
number
}
`
;
restrict
?:
0
|
1
;
tags
:
string
[]
}
comment
:
string
Example
""
Copy
illust_id
:
`
${
number
}
`
Optional
restrict
?:
0
|
1
tags
:
string
[]
Example
[]
Copy
Returns
Promise
<
{
last_bookmark_id
:
`
${
number
}
`
;
stacc_status_id
:
`
${
number
}
`
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@__dirname/pixiv-web-api
Loading...
添加爱心