function client.downloads._downloadContactimport { client } from "https://deno.land/x/grm@0.8.0/src/mod.ts"; const { _downloadContact } = client.downloads; _downloadContact(_client: AbstractTelegramClient,_media: Api.MessageMediaContact,_args: DownloadMediaInterface,): Promise<Buffer>Parameters_client: AbstractTelegramClient_media: Api.MessageMediaContact_args: DownloadMediaInterfaceReturnsPromise<Buffer>