Skip to main content
Module

x/mtkruto/mod.ts>UploadParams

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface UploadParams
Re-export
import { type UploadParams } from "https://deno.land/x/mtkruto@0.1.149/mod.ts";

Properties

optional
fileName: string

The file name to assign.

optional
chunkSize: number

Size of each upload chunk in bytes.

optional
signal: AbortSignal | null

Upload abort signal.