import { getPinnedMessages } from "https://deno.land/x/discordeno@18.0.1/helpers/messages/getPinnedMessages.ts";
Gets the pinned messages for a channel.
Returns
Promise<Collection<bigint, Message>>
A collection of Message objects assorted by message ID.