Version 2.4.0 - Game Platform
- Update new version of Telegram Bots API
- Removed deprecated methods
- Improve Exceptions
- Added validations for mandatory fields in methods
- Added method to download files
- Improve closing session process.
- Added to Maven Central Repository, you can now use it just with:
<dependency>
<groupId>org.telegram</groupId>
<artifactId>telegrambots</artifactId>
<version>2.4</version>
</dependency>