Clone the project at https://github.com/flaviocopes/node-course-project-telegram-bot and implement the following coding challenges.

  • Add a handler for the /help command. Search in the Telegraf documentation how to respond to this command, and tell the user how they can interact with the bot
  • Make the bot work inline, so that when mentioned in any chat using @botranslate it will translate your message from/to the language you set, and send it instead of the message you wrote. Real-time translation!