MessageMediaChunksParams
MessageMediaChunksParams interface.
Properties
Property | Type | Description |
---|---|---|
chunksize? | number | The size of the chunk. |
file | Blob | The file to upload. |
filename? | string | The name of the file to upload. |
filetype? | string | The type of the file to upload. |
partbyteoffset? | number | The chunk byte offset. |
partindex | number | The index of the chunk part to upload. It starts at 0 and reaches totalparts -1. |
totalfilesize? | number | The size of the file to upload. |
totalparts | number | The number of total parts of the chunk to upload. |
uuid | string | The file uuid returned by the first chunk upload. It is required only when partindex > 0. |