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

x/grm/src/client/mod.ts>DownloadFileParamsV2

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

Properties

optional
outputFile: OutFile
optional
dcId: number
optional
fileSize: bigInt.BigInteger
optional
partSizeKb: number
optional
progressCallback: progressCallback
optional
msgData: [Api.TypeEntityLike, number]