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

Interface SendCommand

nanobot/bridge/src/server.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { WhatsAppClient, InboundMessage } from './whatsapp.js';
7
8interface SendCommand {
9 type: 'send';
10 to: string;
11 text: string;
12}
13
14interface BridgeMessage {
15 type: 'message' | 'status' | 'qr' | 'error';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected