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