Files
openclaw/src/cli/send-runtime/whatsapp.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: "whatsapp",
unavailableMessage: "WhatsApp outbound adapter is unavailable.",
});