Skip to main content
Module

x/discordeno/mod.ts>getMessage

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

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

Parameters

bot: Bot
  • The bot instance to use to make the request.
channelId: BigString
  • The ID of the channel from which to get the message.
messageId: BigString
  • The ID of the message to get.

Returns

Promise<Message>

An instance of Message.