function client._downloadPhotoimport { client } from "https://deno.land/x/grm@0.8.0/src/mod.ts"; const { _downloadPhoto } = client; _downloadPhoto(client: AbstractTelegramClient,photo: Api.MessageMediaPhoto | Api.Photo,file?: OutFile,date?: number,thumb?: number | string | Api.TypePhotoSize,progressCallback?: progressCallback,): Promise<Buffer | string | undefined> | BufferParametersclient: AbstractTelegramClientphoto: Api.MessageMediaPhoto | Api.Photooptionalfile: OutFileoptionaldate: numberoptionalthumb: number | string | Api.TypePhotoSizeoptionalprogressCallback: progressCallbackReturnsPromise<Buffer | string | undefined> | Buffer