WebhookMessageCreateOptions

export interface WebhookMessageCreateOptions extends Omit<MessageCreateOptions, 'nonce' | 'reply' | 'stickers'>
export interface WebhookMessageCreateOptions extends Omit<MessageCreateOptions, 'nonce' | 'reply' | 'stickers'>
Options that can be passed into send.

Extends

Omit<MessageCreateOptions, 'nonce' | 'reply' | 'stickers'>
appliedTags?:readonly Snowflake[]
The tags to apply to the created thread (only available if the webhook is in a forum channel)
avatarURL?:string
Avatar URL override for the message
Which flags to set for the message. Only the MessageFlags.SuppressEmbeds flag can be set.
threadId?:Snowflake
The id of the thread in the channel to send to. For interaction webhooks, this property is ignored
threadName?:string
Name of the thread to create (only available if the webhook is in a forum channel)
Whether the message should be spoken aloud
username?:string
Username override for the message (default: this.name)