mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-04-03 07:03:43 +03:00
refactor: cleanup context interface
This commit is contained in:
parent
6ecd61be4a
commit
744da0a922
@ -1,11 +1,3 @@
|
||||
import { Context as TelegrafContext } from 'telegraf';
|
||||
|
||||
export interface Context extends TelegrafContext {
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
/**
|
||||
* Removed type from Telegraf v3.38.0, added for backward compatibility.
|
||||
* TODO: remove on next major release
|
||||
*/
|
||||
export interface ContextMessageUpdate extends Context {}
|
||||
export interface Context extends TelegrafContext {}
|
||||
|
Loading…
Reference in New Issue
Block a user