Controller Helper class
About controller helper that helps you with some easy tasks
Build a bot link
Sometimes you need to build a bot link (e.g. referral link to the bot). Create ControllerHelper class instance and pass Api class to it. Then call .getBotLink
method
You can read more about Api class here
.getBotLink takes argument: run parameters for /start command (optional)
app.controller.ts
Last updated