| 35 | // TelegramAdapter |
| 36 | // --------------------------------------------------------------------------- |
| 37 | |
| 38 | export class TelegramAdapter implements PlatformAdapter, MessageSender { |
| 39 | readonly name = "telegram"; |
| 40 |
nothing calls this directly
no outgoing calls
no test coverage detected