Skip to main content

Interface: MessageChunkUploadDoneParams

types/privateMessage.MessageChunkUploadDoneParams

MessageChunkUploadDoneParams interface.

Properties

filename

filename: string

The name of the file to upload.

Defined in

types/privateMessage.ts:178


filetype

Optional filetype: string

The type of the file to upload.

Defined in

types/privateMessage.ts:190


md5

Optional md5: string

The MD5 of the file to upload.

Defined in

types/privateMessage.ts:186


totalfilesize

Optional totalfilesize: number

The size of the file to upload.

Defined in

types/privateMessage.ts:194


totalparts

Optional totalparts: number

The number of total parts of the chunk to upload.

Defined in

types/privateMessage.ts:182


uuid

uuid: string

The file uuid returned by the first chunk upload. It is required only when partindex > 0.

Defined in

types/privateMessage.ts:174