MessageThumbnailUploadParams
MessageThumbnailUploadParams interface.
Properties
Property | Type | Description |
---|---|---|
file | Blob | The file to upload. |
filename? | string | The name of the file to upload. |
filetype? | string | The type of the file to upload. |
md5? | string | The MD5 of the file to upload. |
parentuuid | string | The parent file uuid. It has to be the file_uuid returned by the previous call |
totalfilesize? | number | The size of the file to upload. |