(
channelId: string,
platform: string,
sender: { id: string; username: string },
text: string,
)
| 199 | /** IPC broadcast interface used by platform adapters to notify Electron */ |
| 200 | export interface IpcBroadcaster { |
| 201 | broadcastInbound( |
| 202 | channelId: string, |
| 203 | platform: string, |
| 204 | sender: { id: string; username: string }, |
no outgoing calls
no test coverage detected