nestjs-telegraf/lib/telegraf.constants.ts

10 lines
308 B
TypeScript
Raw Normal View History

2020-03-19 16:21:35 +03:00
export const TELEGRAF_MODULE_OPTIONS = 'TELEGRAF_MODULE_OPTIONS';
export const TELEGRAF_PROVIDER = 'TELEGRAF_PROVIDER';
export const DECORATORS_PREFIX = 'TELEGRAF';
export const DECORATORS = {
ON: `${DECORATORS_PREFIX}/ON`,
HEARS: `${DECORATORS_PREFIX}/HEARS`,
START: `${DECORATORS_PREFIX}/START`,
};