Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method client.tgClient.AbstractTelegramClient.prototype.downloadProfilePhoto
import { client } from "https://deno.land/x/grm@0.8.2/mod.ts";
const { AbstractTelegramClient } = client.tgClient;

Parameters

entity: Api.TypeEntityLike
downloadProfilePhotoParams: types.DownloadProfilePhotoParams

Returns

Promise<string | Buffer | undefined>