mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-09-30 20:31:21 +03:00
!feat(): use dynamic types for listener decorators
This commit is contained in:
@@ -1 +0,0 @@
|
||||
export * from './listener-menthod.enum';
|
@@ -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',
|
||||
}
|
@@ -1,5 +0,0 @@
|
||||
export enum UpdateParamtypes {
|
||||
CONTEXT,
|
||||
NEXT,
|
||||
MESSAGE,
|
||||
}
|
Reference in New Issue
Block a user