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

Method constructor

src/runtime/adapters/telegram.ts:46–48  ·  view source on GitHub ↗
(options: TelegramAdapterOptions)

Source from the content-addressed store, hash-verified

44 private rootDir = "";
45 private ipcBroadcaster: IpcBroadcaster | null = null;
46
47 constructor(options: TelegramAdapterOptions) {
48 this.options = options;
49 }
50
51 async start(ctx: AdapterContext): Promise<void> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected