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

Parameters

optional
downloadProfilePhotoParams: types.DownloadProfilePhotoParams = [UNSUPPORTED]

Returns

Promise<
| string
| undefined
>