UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

9 lines (8 loc) 451 B
import { t as createPluginRuntimeStore } from "./runtime-store-CjjjpvHZ.js"; //#region extensions/telegram/src/runtime.ts const { setRuntime: setTelegramRuntime, getRuntime: getTelegramRuntime, tryGetRuntime: getOptionalTelegramRuntime } = createPluginRuntimeStore({ pluginId: "telegram", errorMessage: "Telegram runtime not initialized" }); //#endregion export { getTelegramRuntime as n, setTelegramRuntime as r, getOptionalTelegramRuntime as t };