DZone

Telegram is a well known instant messaging application used worldwide for millions of users, so no presentation is needed here. Today, on behalf of the Apiumhub team, we are going to focus on a special feature: bots, third-parties applications that run inside Telegram. Users can interact with bots via messages and commands. These applications can have multiple usages: getting some information, purchasing items, chat support for ecommerce, you name it. And today’s article is about how to create a Telegram bot with Micronaut.  

Creating a Telegram Bot With Micronaut

To see how they work, we are going to create a Telegram bot with some basic commands for fun. The project will be a bot that returns information about a requested population. We are getting this data from an open third party API. The service will be created using the Micronaut framework to see if it is suitable for our needs.

Source: DZone