itd-api / RepliesParams
Interface: RepliesParams
Defined in: resources/comments.ts:11
Параметры запроса ответов на комментарий.
Extends
Properties
headers?
ts
optional headers?: Record<string, string>;Defined in: types/options.ts:243
Дополнительные заголовки.
Inherited from
limit?
ts
optional limit?: number;Defined in: resources/comments.ts:12
maxPages?
ts
optional maxPages?: number;Defined in: resources/comments.ts:14
page?
ts
optional page?: number;Defined in: resources/comments.ts:13
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
timeout?
ts
optional timeout?: number;Defined in: types/options.ts:241
Таймаут только для этого запроса, мс.