Skip to main content
Module

x/discordeno/helpers/messages/mod.ts

Discord API library for Deno
Latest
import * as discordeno from "https://deno.land/x/discordeno@18.0.1/helpers/messages/mod.ts";

Functions

Adds a reaction to a message.

Adds multiple a reaction to a message.

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

Deletes a message from a channel.

Deletes multiple messages from a channel.

Deletes a reaction added by the bot user from a message.

Deletes all reactions for all emojis from a message.

Deletes all reactions for an emoji from a message.

Deletes a user's reaction from a message.

Edits a message.

Gets a message from a channel by the ID of the message.

Gets multiple messages from a channel.

Gets the pinned messages for a channel.

Gets the list of users that reacted with an emoji to a message.

Pins a message in a channel.

Sends a message to a channel.

Unpins a pinned message in a channel.