mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-09-23 09:49:06 +03:00
feat!(): add custom execution context
This commit is contained in:
8
lib/enums/telegraf-paramtype.enum.ts
Normal file
8
lib/enums/telegraf-paramtype.enum.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export enum TelegrafParamtype {
|
||||
CONTEXT,
|
||||
NEXT,
|
||||
SENDER,
|
||||
MESSAGE,
|
||||
MESSAGE_TEXT,
|
||||
// TODO: Add more
|
||||
}
|
Reference in New Issue
Block a user