nestjs-telegraf/lib/enums/telegraf-paramtype.enum.ts

8 lines
122 B
TypeScript
Raw Normal View History

2021-01-03 01:30:57 +03:00
export enum TelegrafParamtype {
CONTEXT,
NEXT,
SENDER,
MESSAGE,
// TODO-Possible-Feature: Add more paramtypes
2021-01-03 01:30:57 +03:00
}