interface WebhookMessageEditOptions
extends
MessageEditOptionsexport interface WebhookMessageEditOptions extends MessageEditOptions
Options that can be passed into editMessage.
optionalreadonly (Attachment | MessageEditAttachmentData)[] attachments? :
An array of attachments to keep. All attachments will be kept if omitted
Inherited from: MessageEditOptions
Inherited from: MessageEditOptions
optionalBitFieldResolvable<Extract<MessageFlagsString, 'SuppressEmbeds'>, MessageFlags.SuppressEmbeds> | undefined flags? :
Which flags to set for the message Only the MessageFlags.SuppressEmbeds flag can be modified.
Inherited from: MessageEditOptions
optionalSnowflake threadId? :
The id of the thread this message belongs to For interaction webhooks, this property is ignored