mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 08:50:07 +00:00
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Embed } from "../embeds/embed.ts";
|
||||
import { AllowedMentions } from "../messages/allowed_mentions.ts";
|
||||
import { FileContent } from "../mod.ts";
|
||||
import { SnakeCasedPropertiesDeep } from "../util.ts";
|
||||
|
||||
export interface EditWebhookMessage {
|
||||
@@ -7,6 +8,8 @@ export interface EditWebhookMessage {
|
||||
content?: string | null;
|
||||
/** Embedded `rich` content */
|
||||
embeds?: Embed[] | null;
|
||||
/** The contents of the file being sent/edited */
|
||||
file: FileContent | FileContent[];
|
||||
/** Allowed mentions for the message */
|
||||
allowedMentions?: AllowedMentions | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user