MCPcopy
hub / github.com/HKUDS/DeepCode / WhatsAppClientOptions

Interface WhatsAppClientOptions

nanobot/bridge/src/whatsapp.ts:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29export interface WhatsAppClientOptions {
30 authDir: string;
31 onMessage: (msg: InboundMessage) => void;
32 onQR: (qr: string) => void;
33 onStatus: (status: string) => void;
34}
35
36export class WhatsAppClient {
37 private sock: any = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected