chore: Fix types in tests 24/N.

This commit is contained in:
cpojer
2026-02-17 14:30:36 +09:00
parent be5b28cd6b
commit 600022cdcc
11 changed files with 65 additions and 26 deletions

View File

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