method Context.prototype.replyWithLocationimport { Context } from "https://dotland.deno.dev/x/grammy@v1.15.0/context.ts"; replyWithLocation(latitude: number,longitude: number,other?: Other<"sendLocation", "chat_id" | "latitude" | "longitude">,signal?: AbortSignal,)Context-aware alias for api.sendLocation. Use this method to send point on the map. On success, the sent Message is returned. Parameterslatitude: numberLatitude of the location longitude: numberLongitude of the location optionalother: Other<"sendLocation", "chat_id" | "latitude" | "longitude">Optional remaining parameters, confer the official reference below optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#sendlocation