Skip to main content
Module

x/grm/mod.ts>DownloadFileParams

MTProto API Client for Deno 🦕
Go to Latest
interface DownloadFileParams
import { type DownloadFileParams } from "https://deno.land/x/grm@0.5.2/mod.ts";

Properties

dcId: number
optional
fileSize: number
optional
workers: number
optional
partSizeKb: number
optional
start: number
optional
end: number
optional
progressCallback: progressCallback