interface WebhookMessageEditOptions

extends

Omit<MessageEditOptions, 'flags'>
export interface WebhookMessageEditOptions extends Omit<MessageEditOptions, 'flags'>

Options that can be passed into editMessage.

attachments : Array<Attachment>

Attachments to send with the message

optional
threadId? : Snowflake

The id of the thread this message belongs to For interaction webhooks, this property is ignored