nestjs-telegraf/lib/Bot.ts
2019-02-28 10:29:26 +02:00

5 lines
105 B
TypeScript

import Telegraf from 'telegraf'
import { Context } from './Context'
export type Bot = Telegraf<Context>