chore(payload): remove redundant replaceStatus field from ReplyPayload
This commit is contained in:
parent
ec52035285
commit
0152717535
@ -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;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user