Skip to main content
Module

x/grm/mod.ts>progressCallback

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

Call Signatures

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

Properties

optional
isCanceled: boolean
optional
acceptsBuffer: boolean