Interface
RESTPostAPIChannelAttachmentUploadMultipart
Multipart upload response item (large files).
Properties
| Name | Type | Description |
|---|---|---|
| content_type | string | MIME type. |
| file_size | number | File size in bytes. |
| filename | string | Original filename. |
| id | number | Index-based ID. |
| part_size | number | Size of each part in bytes. |
| parts | RESTPostAPIChannelAttachmentUploadMultipartPart[] | List of parts to upload. |
| upload_filename | string | CDN filename to reference when sending. |
| upload_id | string | Multipart upload ID. |
| upload_mode | 'multipart' | Upload mode. |