interface InteractionEditReplyOptions
extends
WebhookMessageEditOptionsexport interface InteractionEditReplyOptions extends WebhookMessageEditOptionsOptions that can be passed into InteractionResponses.
attachments : Array<Attachment>
Attachments to send with the message
Inherited from: WebhookMessageEditOptions
optionalmessage? : MessageResolvable | '@original'
The response to edit (default: 'original')
optionalthreadId? : Snowflake
The id of the thread this message belongs to For interaction webhooks, this property is ignored
Inherited from: WebhookMessageEditOptions