Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/client/3_params.ts>UploadParams

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface UploadParams
import { type UploadParams } from "https://deno.land/x/mtkruto@0.1.139/client/3_params.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.