Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method tgClient.AbstractTelegramClient.prototype.downloadProfilePhoto
import { tgClient } from "https://deno.land/x/grm@v0.3.1/mod.ts";
const { AbstractTelegramClient } = tgClient;

Parameters

downloadProfilePhotoParams: types.DownloadProfilePhotoParams

Returns

Promise<string | Buffer | undefined>