UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines 197 B
//#region extensions/telegram/configured-state.d.ts declare function hasTelegramConfiguredState(params: { env?: NodeJS.ProcessEnv; }): boolean; //#endregion export { hasTelegramConfiguredState };