chore(payload): remove redundant replaceStatus field from ReplyPayload

This commit is contained in:
USO Status 2026-01-26 21:02:04 +01:00
parent ec52035285
commit 0152717535

View File

@ -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;
};