Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method AbstractTelegramClient.prototype.downloadMedia
import { AbstractTelegramClient } from "https://deno.land/x/grm@0.5.2/src/client/abstract_telegram_client.ts";

Parameters

messageOrMedia: Api.Message | Api.TypeMessageMedia
optional
downloadParams: types.DownloadMediaInterface

Returns

Promise<Buffer | string | undefined> | Buffer