mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-24 07:19:34 +00:00
6 lines
180 B
TypeScript
6 lines
180 B
TypeScript
// Telegram API module exposes the plugin public contract.
|
|
export {
|
|
createTelegramThreadBindingManager,
|
|
resetTelegramThreadBindingsForTests,
|
|
} from "./src/thread-bindings.js";
|