Rewrite is available at https://github.com/JoshiCodes/JTA
A simple to use Telegram Bot API.
Using Pengrad's Telegram API ( https://github.com/pengrad/java-telegram-bot-api )
For a simple quickstart have a look at the Wiki
You can Download the API here. For more Information visit this page.
<repositories>
...
<repository>
<id>repo.joshi.codes</id>
<url>https://repo.joshi.codes</url>
</repository>
...
</repositories>
<dependencies>
...
<dependency>
<groupId>de.joshizockt</groupId>
<artifactId>TelegramBotAPI</artifactId>
<version>VERSION</version>
</dependency>
...
</dependencies>
