fix: telegraf context usage

This commit is contained in:
Aleksandr Bukhalo 2020-09-10 12:52:46 +03:00
parent 678ad0d7c2
commit 6ecd61be4a

View File

@ -1,4 +1,4 @@
import { TelegrafContext } from 'telegraf/typings/context';
import { Context as TelegrafContext } from 'telegraf';
export interface Context extends TelegrafContext {
[key: string]: any;