mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-12-15 09:49:54 +03:00
feat(): add middleware support & refactor
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { UpdateMethods } from '../telegraf.types';
|
||||
|
||||
export interface ListenerMetadata {
|
||||
method: UpdateMethods;
|
||||
method: string;
|
||||
args: unknown[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user