Skip to main content
Module

x/grm/mod.ts>client.progressCallback

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

Call Signatures

(
downloaded: bigInt.BigInteger,
fullSize: bigInt.BigInteger,
...args: any[],
): void

Properties

optional
isCanceled: boolean
optional
acceptsBuffer: boolean