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

Method stop

src/runtime/adapters/telegram.ts:70–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 console.log(`[TelegramAdapter] Started as @${me.username}`);
69 }
70
71 async stop(): Promise<void> {
72 if (this.bot) {
73 await this.bot.stopPolling();
74 this.bot = null;
75 }
76 console.log("[TelegramAdapter] Stopped");
77 }
78
79 // -------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected