Skip to main content
Module

x/discordeno/mod.ts>crosspostMessage

Discord API library for Deno
Latest
function crosspostMessage
import { crosspostMessage } from "https://deno.land/x/discordeno@18.0.1/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.