tgapi
Version:
Actual Telegram bot API JS implementation
13 lines (9 loc) • 320 B
JavaScript
/* @flow */
import type { BotCore } from './generated'
import type { PollingSubscriber } from './PollingSubscriber'
export * from './Bot'
export * from './generated/apiTypes'
export * from './types'
export * from './returnTypes'
export type { APIRequest } from './privates'
export type { BotCore, PollingSubscriber }