mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-09-30 04:18:51 +03:00
7
lib/enums/telegraf-paramtype.enum.ts
Normal file
7
lib/enums/telegraf-paramtype.enum.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export enum TelegrafParamtype {
|
||||
CONTEXT,
|
||||
NEXT,
|
||||
SENDER,
|
||||
MESSAGE,
|
||||
// TODO-Possible-Feature: Add more paramtypes
|
||||
}
|
Reference in New Issue
Block a user