Skip to main content
Module

x/harmony/mod.ts>TextChannel#editMessage

An easy to use Discord API Library for Deno.
Go to Latest
method TextChannel.prototype.editMessage
Re-export
import { TextChannel } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Parameters

message: Message | string

Message to edit. ID or the Message object itself.

optional
text: string

New text contents of the Message.

optional
option: MessageOptions

Other options to edit the message.