Module

x/discordeno/helpers/mod.ts>pinMessage

Discord API library for Deno
Go to Latest
function pinMessage
import { pinMessage } from "https://dotland.deno.dev/x/discordeno@17.0.0/helpers/mod.ts";

Pins a message in a channel.

Parameters

bot: Bot
  • The bot instance to use to make the request.
channelId: BigString
  • The ID of the channel where the message is to be pinned.
messageId: BigString
  • The ID of the message to pin.
optional
reason: string

Returns

Promise<void>