Skip to main content
Module

x/discordeno/mod.ts>EditWebhookMessage

Discord API library for Deno
Extremely Popular
Go to Latest
interface EditWebhookMessage
Re-export
import { type EditWebhookMessage } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.ts";

Properties

optional
content: string

The message contents (up to 2000 characters)

optional
embeds: Embed[]

Embedded rich content

optional
file: FileContent | FileContent[]

The contents of the file being sent/edited

optional
allowedMentions: AllowedMentions

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