!feat(): use dynamic types for listener decorators

This commit is contained in:
unknown
2020-12-27 21:35:01 +03:00
parent 16969365f2
commit b3dc258c70
28 changed files with 97 additions and 270 deletions

View File

@@ -1 +0,0 @@
export * from './listener-menthod.enum';

View File

@@ -1,20 +0,0 @@
export enum ListenerMethod {
Use = 'use',
On = 'on',
Hears = 'hears',
Command = 'command',
Start = 'start',
Help = 'help',
Settings = 'settings',
Mention = 'mention',
Phone = 'phone',
Hashtag = 'hashtag',
Cashtag = 'cashtag',
Email = 'email',
Url = 'url',
TextLink = 'textLink',
TextMention = 'textMention',
Action = 'action',
InlineQuery = 'inlineQuery',
GameQuery = 'gameQuery',
}

View File

@@ -1,5 +0,0 @@
export enum UpdateParamtypes {
CONTEXT,
NEXT,
MESSAGE,
}