Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/natico/examples/deps.ts>EditWebhookMessage

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

Properties

optional
content: string | null

The message contents (up to 2000 characters)

optional
embeds: Embed[] | null

Embedded rich content

optional
file: FileContent | FileContent[] | null

The contents of the file being sent/edited

optional
allowedMentions: AllowedMentions | null

Allowed mentions for the message

optional
attachments: Attachment | null

Attached files to keep

optional
components: MessageComponents

The components you would like to have sent in this message