diff --git a/src/auto-reply/types.ts b/src/auto-reply/types.ts index 7e250a3f8..fce285175 100644 --- a/src/auto-reply/types.ts +++ b/src/auto-reply/types.ts @@ -57,6 +57,4 @@ export type ReplyPayload = { isStatusMessage?: boolean; isError?: boolean; editMessageId?: string; - /** Whether this payload should replace the last status message (provider-specific logic). */ - replaceStatus?: boolean; };