Skip to main content
Module

x/grm/mod.ts>client.DownloadFileParamsV2

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

Properties

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