test: type telegram action mock passthrough args

This commit is contained in:
Ayaan Zaidi
2026-02-17 13:29:20 +05:30
committed by Ayaan Zaidi
parent 7be63ec74a
commit 900b97e3c7
6 changed files with 18 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
import type { AgentToolResult } from "@mariozechner/pi-agent-core";
import type { OpenClawConfig } from "../../config/config.js";
import type { TelegramButtonStyle, TelegramInlineButtons } from "../../telegram/button-types.js";
import { createTelegramActionGate } from "../../telegram/accounts.js";
import type { TelegramButtonStyle, TelegramInlineButtons } from "../../telegram/button-types.js";
import {
resolveTelegramInlineButtonsScope,
resolveTelegramTargetChatType,