method Context.prototype.replyWithContactimport { Context } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.ts"; replyWithContact(phone_number: string,first_name: string,other?: Other<"sendContact", "chat_id" | "phone_number" | "first_name">,signal?: AbortSignal,)Context-aware alias for api.sendContact. Use this method to send phone contacts. On success, the sent Message is returned. Parametersphone_number: stringContact's phone number first_name: stringContact's first name optionalother: Other<"sendContact", "chat_id" | "phone_number" | "first_name">Optional remaining parameters, confer the official reference below optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#sendcontact