UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines (6 loc) 261 B
//#region extensions/telegram/configured-state.ts function hasTelegramConfiguredState(params) { return typeof params.env?.TELEGRAM_BOT_TOKEN === "string" && params.env.TELEGRAM_BOT_TOKEN.trim().length > 0; } //#endregion export { hasTelegramConfiguredState };