MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / broadcastInbound

Method broadcastInbound

src/runtime/adapters/types.ts:201–201  ·  view source on GitHub ↗
(
    channelId: string,
    platform: string,
    sender: { id: string; username: string },
    text: string,
  )

Source from the content-addressed store, hash-verified

199/** IPC broadcast interface used by platform adapters to notify Electron */
200export interface IpcBroadcaster {
201 broadcastInbound(
202 channelId: string,
203 platform: string,
204 sender: { id: string; username: string },

Callers 4

handleTelegramMessageMethod · 0.65
handleDirectMessageMethod · 0.65
handleMentionMethod · 0.65
handleIncomingMessageMethod · 0.65

Implementers 1

IpcAdaptersrc/runtime/adapters/ipc.ts

Calls

no outgoing calls

Tested by

no test coverage detected