itd-api / CommentsParams
Interface: CommentsParams
Defined in: resources/posts.ts:94
Параметры запроса комментариев к посту.
Properties
cursor?
ts
optional cursor?: string;Defined in: resources/posts.ts:101
Курсор следующей страницы: идентификатор последнего полученного комментария.
Передавайте значение из nextCursor предыдущего ответа как есть.
limit?
ts
optional limit?: number;Defined in: resources/posts.ts:95
sort?
ts
optional sort?: CommentSort;Defined in: resources/posts.ts:102