itd-api / UserPostsParams
Interface: UserPostsParams
Defined in: resources/posts.ts:55
Параметры запроса постов пользователя.
Extends
Properties
cursor?
ts
optional cursor?: string;Defined in: resources/posts.ts:57
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:56
maxPages?
ts
optional maxPages?: number;Defined in: resources/posts.ts:62
pinnedPostId?
ts
optional pinnedPostId?: string;Defined in: resources/posts.ts:61
Закреплённый пост, чтобы сервер поднял его наверх.
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?: string;Defined in: resources/posts.ts:59
Порядок сортировки.
timeout?
ts
optional timeout?: number;Defined in: types/options.ts:241
Таймаут только для этого запроса, мс.