openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 487 B
JavaScript
import { t as createPluginRuntimeStore } from "./runtime-store-uAKGMqTs.js";
//#region extensions/telegram/src/runtime.ts
const { setRuntime: setTelegramRuntime, clearRuntime: clearTelegramRuntime, getRuntime: getTelegramRuntime, tryGetRuntime: getOptionalTelegramRuntime } = createPluginRuntimeStore({
pluginId: "telegram",
errorMessage: "Telegram runtime not initialized"
});
//#endregion
export { getTelegramRuntime as n, setTelegramRuntime as r, getOptionalTelegramRuntime as t };