import { missingTargetError } from "openclaw/plugin-sdk/channel-feedback"; import { isWhatsAppGroupJid, normalizeWhatsAppTarget } from "./normalize-target.js";
export type WhatsAppOutboundTargetResolution =
| { ok: true; to: string }
| { ok: false; error: Error };
function whatsappAllowFromPolicyError(target: string): Error { returnnew Error(`Target "${target}" is not listed in the configured WhatsApp allowFrom policy.`);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.