@__dirname/pixiv-web-api
Preparing search index...
illustsCommentsReplies
Function illustsCommentsReplies
illustsCommentsReplies
(
query
:
{
comment_id
:
number
;
page
:
number
}
,
)
:
Promise
<
{
comments
:
Comment
[]
;
hasNext
:
boolean
}
>
查询评论(回复)
Parameters
query
:
{
comment_id
:
number
;
page
:
number
}
Returns
Promise
<
{
comments
:
Comment
[]
;
hasNext
:
boolean
}
>
Kind
public
See
https://www.pixiv.net/artworks/${id}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@__dirname/pixiv-web-api
Loading...
查询评论(回复)