Skip to main content
Module

x/grm/mod.ts>client.TelegramClient#downloadMedia

MTProto API Client for Deno 🦕
Go to Latest
method client.TelegramClient.prototype.downloadMedia
import { client } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { TelegramClient } = client;

Parameters

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

Returns

Promise<Buffer | string | undefined> | Buffer