(opts: TelegramAdapterOptions)
| 737 | |
| 738 | /** Construct a Telegram `PlatformAdapter`. */ |
| 739 | export function telegram(opts: TelegramAdapterOptions): TelegramAdapter { |
| 740 | return new TelegramAdapter(opts); |
| 741 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…