Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/client/0_params.ts>_UploadCommon

Cross-runtime JavaScript library for building Telegram clients
Latest
interface _UploadCommon
import { type _UploadCommon } from "https://deno.land/x/mtkruto@0.6.2/client/0_params.ts";

Properties

optional
fileName: string

The file name to assign if applicable.

optional
fileSize: number

The file's size.

optional
mimeType: string

The mime type to assign if applicable.

optional
chunkSize: number

Size of each upload chunk in bytes.

optional
signal: AbortSignal

Upload abort signal.