Skip to main content
Module

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

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

Parameters

optional
file: OutFile
optional
date: number
optional
thumb: number | string | Api.TypePhotoSize
optional
progressCallback: progressCallback

Returns

Promise<Buffer | string | undefined> | Buffer