mikenlanggio
mikenlanggio
### Description @Type not working correctly while using a nested array ```ts class A{ } class B{ @Type(() => A) arrayOfArrayOfA : A[][] } ``` ### Expected behavior The ```arrayOfArrayOfA```...
Is any way to merge two children to the next step?
As my title. I know your lib store all Proxies into an array. How to clear all of them?
### Describe your goal When the user type `/start`, I want to open my menu like this: `mainMenuMiddleware.replyToContext(context);` But I want to pass some parameters like this: `mainMenuMiddleware.replyToContext(context, parameterString);` And...