function getPinnedMessagesimport { getPinnedMessages } from "https://dotland.deno.dev/x/discordeno@18.0.1/helpers/messages/mod.ts"; getPinnedMessages(bot: Bot, channelId: BigString): Promise<Collection<bigint, Message>>Gets the pinned messages for a channel. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel to get the pinned messages for. ReturnsPromise<Collection<bigint, Message>>A collection of Message objects assorted by message ID.