function deleteReactionsAllimport { deleteReactionsAll } from "https://deno.land/x/discordeno@17.0.0/helpers/messages/reactions/mod.ts"; deleteReactionsAll(bot: Bot,channelId: BigString,messageId: BigString,): Promise<void>Deletes all reactions for all emojis from a message. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel the message to delete the reactions from is in. messageId: BigString The ID of the message to delete the reactions from. ReturnsPromise<void>