Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grm/client/mod.ts>downloads._downloadDocument

MTProto API Client for Deno 🦕
Latest
function downloads._downloadDocument
import { downloads } from "https://deno.land/x/grm@0.8.2/client/mod.ts";
const { _downloadDocument } = downloads;

Parameters

doc: Api.MessageMediaDocument | Api.TypeDocument
outputFile: OutFile | undefined
date: number
optional
thumb: number | string | Api.TypePhotoSize
optional
progressCallback: ProgressCallback
optional
msgData: [Api.TypeEntityLike, number]

Returns

Promise<Buffer | string | undefined>