Class: CommentReplies
Continuable of replies inside a Comment
Hierarchy
↳
CommentReplies
Properties
client
• client: Client
An instance of Client
Inherited from
comment
• comment: Comment
The comment this replies belongs to
continuation
• Optional continuation: null | string
Inherited from
items
• items: Reply[] = []
Inherited from
Methods
next
▸ next(count?): Promise<Reply[]>
Fetch next items using continuation token
Parameters
| Name | Type | Default value |
|---|---|---|
count | number | 1 |
Returns
Promise<Reply[]>