feat(wip): rewrite explorer logic & update launch options & add miss decorators

This commit is contained in:
unknown
2020-12-25 23:11:16 +03:00
parent b394f5274b
commit 61c6c07482
17 changed files with 271 additions and 487 deletions

1
lib/enums/index.ts Normal file
View File

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

View File

@@ -10,6 +10,10 @@ export enum ListenerType {
Phone = 'phone',
Hashtag = 'hashtag',
Cashtag = 'cashtag',
Email = 'email',
Url = 'url',
TextLink = 'textLink',
TextMention = 'textMention',
Action = 'action',
InlineQuery = 'inlineQuery',
GameQuery = 'gameQuery',