(options: TelegramAdapterOptions)
| 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> { |
nothing calls this directly
no outgoing calls
no test coverage detected