openclaw/extensions/telegram/src/bot-native-commands.deliver...

5 lines
197 B
TypeScript

import { createChannelReplyPipeline } from "openclaw/plugin-sdk/channel-reply-pipeline";
import { deliverReplies } from "./bot/delivery.js";
export { createChannelReplyPipeline, deliverReplies };