{"id":2242,"date":"2018-06-18T10:00:43","date_gmt":"2018-06-18T08:00:43","guid":{"rendered":"https:\/\/billigeplaetze.com\/?p=46"},"modified":"2024-08-14T13:52:27","modified_gmt":"2024-08-14T11:52:27","slug":"getting-started-with-the-telegram-abilitybot","status":"publish","type":"post","link":"https:\/\/craftcoders.app\/getting-started-with-the-telegram-abilitybot\/","title":{"rendered":"Getting Started with Telegrams AbilityBot"},"content":{"rendered":"

This getting started is for developers who want to create a telegram chatbot with Java. There are many articles on the internet explaining how to create a chatbot based on the so-called LongPollingBot<\/code>. But development works much faster and easier with the AbilityBot<\/code>, which will be our topic for today.<\/p>\n

In the course of the article we are going to build a simple chatbot that reminds its users every two days to work out. The result will look something like this:<\/p>\n

\"bot<\/p>\n

Even with this simple example, we can take a look at a bunch of great features provided by the Telegram API and more specific via AbilityBot<\/code>. In a nutshell, those features are:<\/p>\n