mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-12-15 09:49:54 +03:00
feat: upgrade telegraf package to the latest version
This commit is contained in:
5
lib/interfaces/context.interface.ts
Normal file
5
lib/interfaces/context.interface.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { TelegrafContext } from 'telegraf/typings/context';
|
||||
|
||||
export interface Context extends TelegrafContext {
|
||||
[key: string]: any;
|
||||
}
|
||||
Reference in New Issue
Block a user