InteractionEditReplyOptions

export interface InteractionEditReplyOptions extends WebhookMessageEditOptions
export interface InteractionEditReplyOptions extends WebhookMessageEditOptions
Options that can be passed into .
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