method Client.prototype.sendVenueimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendVenue(chatId: ID,latitude: number,longitude: number,title: string,address: string,params?: SendVenueParams,): Promise<MessageVenue>Send a venue. ParameterschatId: IDThe chat to send the venue to. latitude: numberThe latitude of the venue. longitude: numberThe longitude of the venue. title: stringThe title of the venue. address: stringThe written address of the venue. optionalparams: SendVenueParamsReturnsPromise<MessageVenue>The sent venue.