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