method Client.prototype.editMessageLiveLocationimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; editMessageLiveLocation(chatId: ID,messageId: number,latitude: number,longitude: number,params?: EditMessageLiveLocationParams,): Promise<MessageLocation>Edit a message's live location. ParameterschatId: IDThe identifier of the chat that contains the messages. messageId: numberThe message's identifier. latitude: numberThe new latitude. longitude: numberThe new longitude. optionalparams: EditMessageLiveLocationParamsReturnsPromise<MessageLocation>The edited location message.