mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-09-30 12:27:39 +03:00
feat(wip): rework listener decorators
This commit is contained in:
16
lib/enums/listener-type.enum.ts
Normal file
16
lib/enums/listener-type.enum.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export enum ListenerType {
|
||||
Use = 'use',
|
||||
On = 'on',
|
||||
Hears = 'hears',
|
||||
Command = 'command',
|
||||
Start = 'start',
|
||||
Help = 'help',
|
||||
Settings = 'settings',
|
||||
Mention = 'mention',
|
||||
Phone = 'phone',
|
||||
Hashtag = 'hashtag',
|
||||
Cashtag = 'cashtag',
|
||||
Action = 'action',
|
||||
InlineQuery = 'inlineQuery',
|
||||
GameQuery = 'gameQuery',
|
||||
}
|
Reference in New Issue
Block a user