Skip to content

Releases: pengrad/java-telegram-bot-api

7.2.1

16 Apr 16:08

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

Choose a tag to compare

What's Changed

Full Changelog: 7.1.1...7.2.0

7.1.1

17 Mar 08:51

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

Choose a tag to compare

7.0.1

26 Jan 10:30

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

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

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

Choose a tag to compare

Bot API 6.8

27 Aug 17:20

Choose a tag to compare

Bot API 6.7

22 Apr 14:46

Choose a tag to compare

Thanks @mircoianese @vdsirotkin