github pengrad/java-telegram-bot-api 4.7.0
Bot API 4.7

latest releases: 9.2.0, 8.3.0, 8.1.0...
5 years ago

https://core.telegram.org/bots/api#march-30-2020

  • Added the method sendDice for sending a dice message, which will have a random value from 1 to 6
  • Added the field dice to the Message object
  • Added the method getMyCommands for getting the current list of the bot's commands. Added the method setMyCommands for changing the list of the bot's commands through the Bot API
  • Added the ability to create animated sticker sets by specifying the parameter tgs_sticker instead of png_sticker in the method createNewStickerSet
  • Added the ability to add animated stickers to sets created by the bot by specifying the parameter tgs_sticker instead of png_sticker in the method addStickerToSet
  • Added the field thumb to the StickerSet object
  • Added the ability to change thumbnails of sticker sets created by the bot using the method setStickerSetThumb
  • Update to Gson 2.8.6, OkHttp 3.12.10

Don't miss a new java-telegram-bot-api release

NewReleases is sending notifications on new releases.