mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
cb52ded58d
* refactor(telegram): split native commands by executor * refactor(telegram): deduplicate DM-thread target session * chore(lint): ratchet max-lines baseline after telegram commands split * test(telegram): fix native command split checks
5 lines
214 B
TypeScript
5 lines
214 B
TypeScript
// Telegram plugin module implements bot native commandselivery behavior.
|
|
import { deliverReplies, emitTelegramMessageSentHooks } from "./bot/delivery.js";
|
|
|
|
export { deliverReplies, emitTelegramMessageSentHooks };
|