-
Previously, the library supported callHandlelr() method with TeleBot facade in laravel. Now, with the new version, I can't use it. Anyone had this problem? |
Beta Was this translation helpful? Give feedback.
Answered by
aizekjohn
Oct 12, 2023
Replies: 1 comment
-
I've checked library history and used the following code to run specific handler: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aizekjohn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've checked library history and used the following code to run specific handler:
(new SomeHandlerClass($bot, $update))->handle();
and it works just fine.