Skip to content

Releases: pengrad/java-telegram-bot-api

Bot API 7.7

08 Jul 13:58
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @90K2 made their first contribution in #384

Full Changelog: 7.4.0...7.7.0

Bot API 7.4

02 Jun 09:08
Compare
Choose a tag to compare

7.2.1

16 Apr 16:08
Compare
Choose a tag to compare

What's Changed

  • fix int in shared_users json serialization by @RomanPrudkogliad in #375
    • SharedUser.userId() return type changed from Integer to Long as per Telegram docs.
    • Deprecated UsersShared.userIds() also changed to Long[]

New Contributors

Full Changelog: 7.2.0...7.2.1

Bot API 7.2

07 Apr 08:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.1...7.2.0

7.1.1

17 Mar 08:51
Compare
Choose a tag to compare

What's Changed

  • Open CallbackQuery#maybeInaccessibleMessage by @anfanik in #366

Full Changelog: 7.1.0...7.1.1

Bot API 7.1

21 Feb 09:41
Compare
Choose a tag to compare

7.0.1

26 Jan 10:30
Compare
Choose a tag to compare

What's Changed

  • Add setters to LinkPreviewOptions & open Message#forwardOrigin by @anfanik in #362

Full Changelog: 7.0.0...7.0.1

Bot API 7.0

22 Jan 15:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.9.1...7.0.0

6.9.1

06 Oct 14:50
Compare
Choose a tag to compare
  • bot.execute returns Cancellable interface that can be used to cancel requests.
  • Fix Updates listener stopping #345 @DespairScent

Bot API 6.9

23 Sep 09:52
Compare
Choose a tag to compare