interface InteractionEditReplyOptions
extends
WebhookMessageEditOptionsexport interface InteractionEditReplyOptions extends WebhookMessageEditOptions
Options that can be passed into .
Array<Attachment> attachments :
Attachments to send with the message
Inherited from: WebhookMessageEditOptions
optionalMessageResolvable | '@original' message? :
The response to edit
optionalSnowflake threadId? :
The id of the thread this message belongs to For interaction webhooks, this property is ignored
Inherited from: WebhookMessageEditOptions