mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 00:40:07 +00:00
all are optional
This commit is contained in:
@@ -16,11 +16,11 @@ export interface ExecuteWebhook {
|
||||
/** True if this is a TTS message */
|
||||
tts?: boolean;
|
||||
/** The contents of the file being sent */
|
||||
file: FileContent | FileContent[];
|
||||
file?: FileContent | FileContent[];
|
||||
/** Embedded `rich` content */
|
||||
embeds: Embed[];
|
||||
embeds?: Embed[];
|
||||
/** Allowed mentions for the message */
|
||||
allowedMentions: AllowedMentions;
|
||||
allowedMentions?: AllowedMentions;
|
||||
}
|
||||
|
||||
export type DiscordExecuteWebhook = SnakeCasedPropertiesDeep<
|
||||
|
||||
Reference in New Issue
Block a user