feat(wip): rework listener decorators

This commit is contained in:
unknown
2020-12-23 21:35:40 +03:00
parent 23ea7632e1
commit b1a6fc3319
33 changed files with 318 additions and 268 deletions

View 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',
}