fix(client): add miss export

This commit is contained in:
Igor Kamyshev 2019-05-11 20:59:53 +03:00
parent 6605578f36
commit a5a9c07f8b

View File

@ -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'