Skip to main content
Module

x/discordeno/helpers/mod.ts>crosspostMessage

Discord API library for Deno
Extremely Popular
Go to Latest
function crosspostMessage
import { crosspostMessage } from "https://deno.land/x/discordeno@17.2.0/helpers/mod.ts";

Cross-posts a message posted in an announcement channel to subscribed channels.

Parameters

bot: Bot
  • The bot instance to use to make the request.
channelId: BigString
  • The ID of the announcement channel.
messageId: BigString
  • The ID of the message to cross-post.

Returns

Promise<Message>

An instance of the cross-posted Message.