for example,i got /api/users/1234/balance. and i'm sending get request.But how can i send it to balanceController,to balanceHandler => $.sendMessage(response.body).
Ok now I got it, I not an expert with this module but I guess that you don't need to use a controller for that, must be a way to send a message directly (of course you need to have the chatID)
Error: bind EADDRINUSE null:8000 According to the error message, it should be ip issue or port issue. So just re-check your code, and you may find the root cause.
Error: bind EADDRINUSE null:8000 According to the error message, it should be ip issue or port issue. So just re-check your code, and you may find the root cause.
I tried recreating a new project just with a base route in express and a otherwise route on telegram bot and it fails when try to run both telegram and express, no matter with port I use for express