WebhookExecuteOptions
- interface WebhookExecuteOptions
Message fields accepted when executing a webhook, including per-request identity overrides.
exported from
lib.weeble.d- Extends:
Properties
Property |
Type |
Description |
|---|---|---|
|
|
Mention parsing rules for this message. |
|
|
Existing attachments to keep or include. |
|
|
Override the webhook avatar for this execution. |
|
|
Components to include with the message. |
|
|
Message content. |
|
|
Embeds to include with the message. |
|
|
New files to upload. |
|
|
Discord bitfield flags. Set IS_COMPONENTS_V2 for Components V2 layouts; Discord then rejects content and embeds , and the flag cannot be removed later. |
|
|
Poll to create with the message. |
|
|
Message reference used to create a reply. |
|
|
Sticker IDs to attach to the message. |
|
|
Whether to send the message using text-to-speech. |
|
|
Override the webhook username for this execution. |