method Client.prototype.sendLocationimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendLocation(chatId: ID,latitude: number,longitude: number,params?: SendLocationParams,): Promise<MessageLocation>Send a location. ParameterschatId: IDThe chat to send the location to. latitude: numberThe location's latitude. longitude: numberThe location's longitude. optionalparams: SendLocationParamsReturnsPromise<MessageLocation>The sent location.