@__dirname/pixiv-web-api
Preparing search index...
novelsCommentsReplies
Function novelsCommentsReplies
novelsCommentsReplies
(
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
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@__dirname/pixiv-web-api
Loading...
Kind
public