mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-09-30 12:27:39 +03:00
refactor(): reply switch with dynamic telegraf method call
This commit is contained in:
@@ -1 +1 @@
|
||||
export * from './listener-type.enum';
|
||||
export * from './listener-menthod.enum';
|
||||
|
@@ -1,4 +1,4 @@
|
||||
export enum ListenerType {
|
||||
export enum ListenerMethod {
|
||||
Use = 'use',
|
||||
On = 'on',
|
||||
Hears = 'hears',
|
5
lib/enums/update-paramtypes.enum.ts
Normal file
5
lib/enums/update-paramtypes.enum.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export enum UpdateParamtypes {
|
||||
CONTEXT,
|
||||
NEXT,
|
||||
MESSAGE,
|
||||
}
|
Reference in New Issue
Block a user