Skip to main content

Interface: MessageMediaUploadParams

types/privateMessage.MessageMediaUploadParams

MessageMediaUploadParams interface.

Properties

duration

Optional duration: number

The duration (in seconds) of the video or audio track to upload.

Defined in

types/privateMessage.ts:83


file

file: Blob

The file to upload.

Defined in

types/privateMessage.ts:71


filename

Optional filename: string

The name of the file to upload.

Defined in

types/privateMessage.ts:79


filetype

Optional filetype: string

The type of the file to upload.

Defined in

types/privateMessage.ts:75


md5

Optional md5: string

The MD5 of the file to upload.

Defined in

types/privateMessage.ts:91


totalfilesize

Optional totalfilesize: number

The size of the file to upload.

Defined in

types/privateMessage.ts:87