Skip to main content
Module

x/natico/deps.ts>EditMessage

A powerful and customizable framework for Discordeno
Latest
interface EditMessage
Re-export
import { type EditMessage } from "https://deno.land/x/natico@4.0.0-pre.4/deps.ts";

Properties

optional
content: string | null

The new message contents (up to 2000 characters)

optional
embeds: Embed[] | null

Embedded rich content (up to 6000 characters)

optional
flags: 4 | null

Edit the flags of the message (only SUPRESS_EMBEDS can currently be set/unset)

optional
file: FileContent | FileContent[] | null

The contents of the file being sent/edited

optional
allowedMentions: (Omit<AllowedMentions, "users" | "roles"> & { roles?: bigint[]; users?: bigint[]; }) | null

Allowed mentions for the message

optional
attachments: Attachment[]

Attached files to keep

optional
components: MessageComponents

The components you would like to have sent in this message