mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-09-30 12:27:39 +03:00
!feat(): add scene support & many refactor
This commit is contained in:
4
lib/enums/scene-event-type.enum.ts
Normal file
4
lib/enums/scene-event-type.enum.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export enum SceneEventType {
|
||||
Enter = 'enter',
|
||||
Leave = 'leave',
|
||||
}
|
Reference in New Issue
Block a user