method Context.prototype.replyWithVenueimport { Context } from "https://dotland.deno.dev/x/grammy@v1.12.0/context.ts"; replyWithVenue(latitude: number,longitude: number,title: string,address: string,other?: Other<"sendVenue", | "chat_id" | "latitude" | "longitude" | "title" | "address">,signal?: AbortSignal,)Context-aware alias for api.sendVenue. Use this method to send information about a venue. On success, the sent Message is returned. Parameterslatitude: numberLatitude of the venue longitude: numberLongitude of the venue title: stringName of the venue address: stringAddress of the venue optionalother: Other<"sendVenue", | "chat_id" | "latitude" | "longitude" | "title" | "address">Optional remaining parameters, confer the official reference below optionalsignal: AbortSignalOptional AbortSignal to cancel the request Official reference: https://core.telegram.org/bots/api#sendvenue