Skip to content

Version 2.4.0 - Game Platform

Compare
Choose a tag to compare
@rubenlagus rubenlagus released this 03 Oct 10:23
· 864 commits to master since this release
  1. Update new version of Telegram Bots API
  2. Removed deprecated methods
  3. Improve Exceptions
  4. Added validations for mandatory fields in methods
  5. Added method to download files
  6. Improve closing session process.
  7. 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>