interface WebhookMessageEditOptions
extends
Omit<MessageEditOptions, 'flags'>export interface WebhookMessageEditOptions extends Omit<MessageEditOptions, 'flags'>
Options that can be passed into editMessage.
Array<Attachment> attachments :
Attachments to send with the message
optionalSnowflake threadId? :
The id of the thread this message belongs to For interaction webhooks, this property is ignored