Files
openclaw/extensions/telegram/setup-plugin-api.ts
2026-04-08 04:48:32 +01:00

4 lines
180 B
TypeScript

// Keep bundled setup entry imports narrow so setup loads do not pull the
// broader Telegram channel plugin surface.
export { telegramSetupPlugin } from "./src/channel.setup.js";