!feat(): add scene support & many refactor

This commit is contained in:
Arthur
2020-12-29 22:41:06 +03:00
parent b3dc258c70
commit 8c72790226
23 changed files with 232 additions and 80 deletions

View File

@@ -1,4 +0,0 @@
import { Context as TelegrafContext } from 'telegraf';
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface Context extends TelegrafContext {}

View File

@@ -1,2 +1 @@
export * from './context.interface';
export * from './telegraf-options.interface';