Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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