Skip to main content

Class: CommentReplies

Continuable of replies inside a Comment

Hierarchy

Properties

client

client: Client

An instance of Client

Inherited from

Continuable.client


comment

comment: Comment

The comment this replies belongs to


continuation

Optional continuation: null | string

Inherited from

Continuable.continuation


items

items: Reply[] = []

Inherited from

Continuable.items

Methods

next

next(count?): Promise<Reply[]>

Fetch next items using continuation token

Parameters

NameTypeDefault value
countnumber1

Returns

Promise<Reply[]>

Inherited from

Continuable.next