import { getMessages } from "https://deno.land/x/discordeno@17.2.0/plugins/cache/deps.ts";
Gets multiple messages from a channel.
Parameters
bot: Bot
- The bot instance to use to make the request.
channelId: BigString
- The ID of the channel from which to get the messages.
optional
options: GetMessagesOptions- The parameters for the fetching of the messages.
Returns
Promise<Collection<bigint, Message>>
A collection of Message objects assorted by message ID.