mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 20:41:24 +00:00
chore: Fix types in tests 24/N.
This commit is contained in:
@@ -3,6 +3,7 @@ import { monitorTelegramProvider } from "./monitor.js";
|
||||
|
||||
type MockCtx = {
|
||||
message: {
|
||||
message_id?: number;
|
||||
chat: { id: number; type: string; title?: string };
|
||||
text?: string;
|
||||
caption?: string;
|
||||
|
||||
Reference in New Issue
Block a user