Skip to main content
Module

x/mtkruto/mod.ts>_UploadCommon

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface _UploadCommon
import { type _UploadCommon } from "https://deno.land/x/mtkruto@0.1.139/mod.ts";

Properties

optional
fileName: string

The file name to assign if applicable.

optional
mimeType: string

The mime type to assign if applicable.

optional
chunkSize: number

Size of each upload chunk in bytes.

optional
signal: AbortSignal | null

Upload abort signal.