Files
moltbot/src/cli/send-runtime/telegram.ts
2026-04-03 19:09:20 +01:00

7 lines
238 B
TypeScript

import { createChannelOutboundRuntimeSend } from "./channel-outbound-send.js";
export const runtimeSend = createChannelOutboundRuntimeSend({
channelId: "telegram",
unavailableMessage: "Telegram outbound adapter is unavailable.",
});