Skip to main content

Interface: MessageThumbnailUploadParams

types/privateMessage.MessageThumbnailUploadParams

MessageThumbnailUploadParams interface.

Properties

file

file: Blob

The file to upload.

Defined in

types/privateMessage.ts:101


filename

Optional filename: string

The name of the file to upload.

Defined in

types/privateMessage.ts:113


filetype

Optional filetype: string

The type of the file to upload.

Defined in

types/privateMessage.ts:109


md5

Optional md5: string

The MD5 of the file to upload.

Defined in

types/privateMessage.ts:122


parentuuid

parentuuid: string

The parent file uuid. It has to be the file_uuid returned by the previous call

Defined in

types/privateMessage.ts:105


totalfilesize

Optional totalfilesize: number

The size of the file to upload.

Defined in

types/privateMessage.ts:118