MCPcopy Create free account
hub / github.com/Gan-Xing/CodexBridge / sendText

Method sendText

src/types/platform.ts:65–65  ·  view source on GitHub ↗
(params: {
    externalScopeId: string;
    content: string;
  })

Source from the content-addressed store, hash-verified

63 content: string;
64 }): PlatformDeliveryRequest[];
65 sendText?(params: {
66 externalScopeId: string;
67 content: string;
68 }): Promise<PlatformTextDeliveryResult | null | undefined>;

Callers 3

plugin.test.tsFile · 0.65
plugin.test.tsFile · 0.65

Implementers 2

WeixinPlatformPluginsrc/platforms/weixin/plugin.ts
TelegramPlatformPluginsrc/platforms/telegram/plugin.ts

Calls

no outgoing calls

Tested by

no test coverage detected