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

x/grm/src/client/mod.ts>downloads.downloadMedia

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

Parameters

messageOrMedia: Api.Message | Api.TypeMessageMedia
optional
outputFile: OutFile
optional
thumb: number | Api.TypePhotoSize
optional
progressCallback: ProgressCallback

Returns

Promise<Buffer | string | undefined> | Buffer