itd-api / CommentsParams
Interface: CommentsParams
Defined in: resources/posts.ts:66
Параметры запроса комментариев к посту.
Extends
Properties
cursor?
ts
optional cursor?: string;Defined in: resources/posts.ts:73
Курсор следующей страницы: идентификатор последнего полученного комментария.
Передавайте значение из nextCursor предыдущего ответа как есть.
headers?
ts
optional headers?: Record<string, string>;Defined in: types/options.ts:243
Дополнительные заголовки.
Inherited from
limit?
ts
optional limit?: number;Defined in: resources/posts.ts:67
maxPages?
ts
optional maxPages?: number;Defined in: resources/posts.ts:75
retry?
ts
optional retry?: false | RetryOptions;Defined in: types/options.ts:245
Повторы только для этого запроса. Переопределяют глобальную настройку retry.
Inherited from
signal?
ts
optional signal?: AbortSignal;Defined in: types/options.ts:239
Отмена запроса извне.
Inherited from
sort?
ts
optional sort?: CommentSort;Defined in: resources/posts.ts:74
timeout?
ts
optional timeout?: number;Defined in: types/options.ts:241
Таймаут только для этого запроса, мс.