mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-15 10:51:27 +00:00
7 lines
238 B
TypeScript
7 lines
238 B
TypeScript
import { createChannelOutboundRuntimeSend } from "./channel-outbound-send.js";
|
|
|
|
export const runtimeSend = createChannelOutboundRuntimeSend({
|
|
channelId: "telegram",
|
|
unavailableMessage: "Telegram outbound adapter is unavailable.",
|
|
});
|