Skip to main content
Module

x/oasis/mod.ts>deleteMessage

An object oriented Discordeno framework
Latest
function deleteMessage
import { deleteMessage } from "https://deno.land/x/oasis@2.1.0/mod.ts";

Delete a message with the channel id and message id only.

Parameters

bot: Bot
channelId: bigint
messageId: bigint
optional
reason: string
optional
delayMilliseconds = [UNSUPPORTED]