Class UploadArgsInternal

Options specifying the media file to be uploaded.

Hierarchy

  • UploadArgs

Constructors

Properties

Constructors

Properties

id?: string

The id allocated to the media file to be uploaded.

media?: string | ArrayBuffer

The media file to be uploaded.

size?: number

The size (in bytes) of the media file to be uploaded.

Remarks

The size must be <= 5242880 bytes.

Generated using TypeDoc