Files
openclaw/extensions/whatsapp/src/channel-react-action.runtime.ts
2026-04-04 03:16:14 +09:00

8 lines
393 B
TypeScript

import { readStringParam } from "openclaw/plugin-sdk/channel-actions";
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
export { resolveReactionMessageId } from "openclaw/plugin-sdk/channel-actions";
export { handleWhatsAppAction } from "./action-runtime.js";
export { normalizeWhatsAppTarget } from "./normalize.js";
export { readStringParam, type OpenClawConfig };