-
It's been a long that I haven't used TeleBot with Laravel, but I've had experience with this library. |
Beta Was this translation helpful? Give feedback.
Answered by
punyflash
Oct 11, 2023
Replies: 1 comment
-
Since 2.0 you need manually create an update object: $update = new Update($request->post()) |
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
Since 2.0 you need manually create an update object: