import { type ExecuteWebhook } from "https://deno.land/x/discordeno@17.2.0/plugins/validations/deps.ts";
Properties
Waits for server confirmation of message send before response, and returns the created message body (defaults to false
; when false
a message that is not saved does not return an error)
optional
threadId: BigStringSend a message to the specified thread within a webhook's channel. The thread will automatically be unarchived.
Name of the thread to create (target channel has to be type of forum channel)
optional
file: FileContent | FileContent[]The contents of the file being sent
optional
embeds: Embed[]Embedded rich
content
optional
allowedMentions: AllowedMentionsAllowed mentions for the message
optional
components: MessageComponentsthe components to include with the message