function editMessageimport { editMessage } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; editMessage(bot: Bot,channelId: BigString,messageId: BigString,options: EditMessage,): Promise<Message>Edits a message. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel to edit the message in. messageId: BigString The IDs of the message to edit. options: EditMessage The parameters for the edit of the message. ReturnsPromise<Message>An instance of the edited Message.