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