The easiest way to test the telegram api integration is through the webhook return. But developing locally, we have no way of testing this return, unless we had a valid IP, or deploying the application and testing remotely, right? It would be, if there was no ngrok The easiest way to install it is via snap (for more options visit the website) With ngrok installed, type the command (substitute the 80 if it’s not your default web port) If everything goes well, the screen above should open in your terminal. Notice the forwarding line, this is the address you should point the telegram webhook to, as it refers to your…