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

x/grm/src/client/types.ts>DownloadFileParams

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

Properties

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