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

Interface InboundMessage

nanobot/bridge/src/whatsapp.ts:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18const VERSION = '0.1.0';
19
20export interface InboundMessage {
21 id: string;
22 sender: string;
23 pn: string;
24 content: string;
25 timestamp: number;
26 isGroup: boolean;
27}
28
29export interface WhatsAppClientOptions {
30 authDir: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected