Creating a Telegram bot in R (part 2): Adding command support and message filters
In the previous publication, we looked at how to create a bot, initialized an instance of the Bot class, and explored methods for sending messages using it. In this article, I continue this topic, so I recommend reading this article only after going through the first part. This time we will figure out how to bring our bot to life and add command support to it […]
