MessageMediaUploadParams
MessageMediaUploadParams interface.
Properties
Property | Type | Description |
---|---|---|
duration? | number | The duration (in seconds) of the video or audio track to upload. |
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. |
totalfilesize? | number | The size of the file to upload. |