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

x/grm/mod.ts>progressCallback

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

Call Signatures

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

Properties

optional
isCanceled: boolean
optional
acceptsBuffer: boolean