MCPcopy
hub / github.com/CopilotKit/CopilotKit / telegram

Function telegram

packages/bot-telegram/src/adapter.ts:739–741  ·  view source on GitHub ↗
(opts: TelegramAdapterOptions)

Source from the content-addressed store, hash-verified

737
738/** Construct a Telegram `PlatformAdapter`. */
739export function telegram(opts: TelegramAdapterOptions): TelegramAdapter {
740 return new TelegramAdapter(opts);
741}

Callers 2

mainFunction · 0.90
adapter.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…