From a5a9c07f8b17449c6636c63309edad29560f4675 Mon Sep 17 00:00:00 2001 From: Igor Kamyshev Date: Sat, 11 May 2019 20:59:53 +0300 Subject: [PATCH] fix(client): add miss export --- lib/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.ts b/lib/index.ts index ce26865..dccd52e 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -1,5 +1,6 @@ export { TelegramModule } from './telegram.module' export { TelegramBot } from './TelegramBot' +export { TelegramClient } from './TelegramClient' export { TelegramModuleOptionsFactory } from './TelegramModuleOptionsFactory' export { TelegramModuleOptions } from './TelegramModuleOptions'