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

Method normalizeInboundEvent

src/types/platform.ts:60–60  ·  view source on GitHub ↗
(payload: Record<string, unknown>)

Source from the content-addressed store, hash-verified

58 start(): Promise<void>;
59 stop(): Promise<void>;
60 normalizeInboundEvent(payload: Record<string, unknown>): InboundTextEvent | null | Promise<InboundTextEvent | null>;
61 buildTextDeliveries(params: {
62 externalScopeId: string;
63 content: string;

Callers 2

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