mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-09-30 12:27:39 +03:00
feat(wip): rewrite explorer logic & update launch options & add miss decorators
This commit is contained in:
1
lib/enums/index.ts
Normal file
1
lib/enums/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './listener-type.enum';
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user