method Api.prototype.sendVenueimport { Api } from "https://dotland.deno.dev/x/grammy@v1.12.0/mod.ts"; sendVenue(chat_id: number | string,latitude: number,longitude: number,title: string,address: string,other?: Other<R, "sendVenue", | "chat_id" | "latitude" | "longitude" | "title" | "address">,signal?: AbortSignal,)Use this method to send information about a venue. On success, the sent Message is returned. Parameterschat_id: number | stringUnique identifier for the target chat or username of the target channel (in the format @channelusername) latitude: numberLatitude of the venue longitude: numberLongitude of the venue title: stringName of the venue address: stringAddress of the venue optionalother: Other<R, "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