fix: avoid telegram plugin self-recursive sdk imports

This commit is contained in:
Peter Steinberger
2026-03-29 11:32:29 +01:00
parent 88ca0b2c3f
commit 270d0c5158
7 changed files with 28 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ import {
resolvePollMaxSelections,
type OpenClawConfig,
type TelegramActionConfig,
} from "../runtime-api.js";
} from "openclaw/plugin-sdk/telegram-core";
import { createTelegramActionGate, resolveTelegramPollActionGateState } from "./accounts.js";
import type { TelegramButtonStyle, TelegramInlineButtons } from "./button-types.js";
import { resolveTelegramInlineButtons } from "./button-types.js";