nestjs-telegraf/lib/Bot.ts

5 lines
105 B
TypeScript
Raw Normal View History

2019-02-28 11:29:26 +03:00
import Telegraf from 'telegraf'
import { Context } from './Context'
export type Bot = Telegraf<Context>