InteractionEditReplyOptions

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