Skip to main content
Module

x/discordeno/mod.ts>getPinnedMessages

Discord API library for Deno
Latest
function getPinnedMessages
import { getPinnedMessages } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Gets the pinned messages for a channel.

Parameters

bot: Bot
  • The bot instance to use to make the request.
channelId: BigString
  • The ID of the channel to get the pinned messages for.

Returns

Promise<Collection<bigint, Message>>

A collection of Message objects assorted by message ID.