Skip to main content
Module

x/grm/client/types.ts>progressCallback

MTProto API Client for Deno 🦕
Popular
Latest
interface progressCallback
import { type progressCallback } from "https://deno.land/x/grm@0.8.2/client/types.ts";

Call Signatures

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

Properties

optional
isCanceled: boolean
optional
acceptsBuffer: boolean