Wildberries API TypeScript SDK / <internal> / MessageResponse
Interface: MessageResponse
Defined in: types/communications.types.ts:539
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="errors"></a> errors? | string[] | Ошибки загрузки файлов, если есть | types/communications.types.ts:541 |
<a id="result"></a> result? | { addTime?: number; chatID?: string; } | - | types/communications.types.ts:542 |
result.addTime? | number | Время загрузки | types/communications.types.ts:544 |
result.chatID? | string | ID чата | types/communications.types.ts:546 |