method client.TelegramClient.prototype.downloadProfilePhotoimport { client } from "https://deno.land/x/grm@0.5.2/src/mod.ts"; const { TelegramClient } = client; downloadProfilePhoto(entity: Api.TypeEntityLike, downloadProfilePhotoParams?: types.DownloadProfilePhotoParams): Promise< | string | Buffer | Buffer | undefined>Parametersentity: Api.TypeEntityLikeoptionaldownloadProfilePhotoParams: types.DownloadProfilePhotoParams = [UNSUPPORTED]ReturnsPromise< | string | Buffer | Buffer | undefined>