UNPKG

tgapi

Version:

Actual Telegram bot API with Rx-driven updates and full Flow type coverage

11 lines (7 loc) 210 B
/* @flow */ import type { BotCore } from './generated' export * from './Bot' export * from './generated/apiTypes' export * from './types' export type { APIRequest } from './privates' export type { BotCore }