Releases: pengrad/java-telegram-bot-api
Releases · pengrad/java-telegram-bot-api
Bot API 9.6
Bot API 9.6
- Added support for managed bots with getManagedBotToken and replaceManagedBotToken methods
- Added the classes ManagedBotCreated and ManagedBotUpdated
- Added the field managed_bot to Update
- Added the field managed_bot_created to Message
- Added the class KeyboardButtonRequestManagedBot and the field request_managed_bot to KeyboardButton
- Added the class PreparedKeyboardButton and the method savePreparedKeyboardButton
- Added the field can_manage_bots to User
- Changed the field correct_option_id to correct_option_ids (array) in Poll
- Added the fields allows_revoting, description and description_entities to Poll
- Added the fields persistent_id, added_by_user, added_by_chat and addition_date to PollOption
- Added the field option_persistent_ids to PollAnswer
- Added the classes PollOptionAdded and PollOptionDeleted
- Added the fields poll_option_added, poll_option_deleted and reply_to_poll_option_id to Message
- Added the field poll_option_id to ReplyParameters
- Added parameters allowsRevoting, shuffleOptions, allowAddingOptions, hideResultsUntilCloses, description, descriptionParseMode and descriptionEntities to SendPoll
Bot API 9.5
Bot API 9.5
- Added support for chat member tags with the new setChatMemberTag method
- Added the field tag to ChatMemberMember and ChatMemberRestricted
- Added the field can_edit_tag to ChatMemberRestricted and ChatPermissions
- Added the field can_manage_tags to ChatMemberAdministrator and ChatAdministratorRights
- Added the parameter can_manage_tags to promoteChatMember
- Added the field sender_tag to Message
- Added the type date_time to MessageEntity with unix_time and date_time_format fields
- Allowed all bots to use the method sendMessageDraft
9.4.1
Fix PaidMessagePriceChanged.paidMessageStarCount, OwnerGiftUnique.gift and transferStarCount
Full Changelog: 9.4.0...9.4.1
Bot API 9.4
What's Changed
- BOT API v9.4 by @mircoianese in #431
Thanks @mircoianese ❤️
Full Changelog: 9.3.0...9.4.0
Bot API 9.3
What's Changed
- BOT API v9.3 by @mircoianese in #430
- splitting UpdatesHandler into an interface with an implementation by @swat1x in #429
New Contributors
Full Changelog: 9.2.1...9.3.0
9.2.1
What's Changed
- Field "topicId" in DirectMessagesTopic updated to type Long by @mircoianese in #427
Full Changelog: 9.2.0...9.2.1
Bot API 9.2
What's Changed
- Rewrite all AbstractSendRequest & AbstractMultipartRequest requests to Kotlin by @anfanik in #422
- BOT API v9.0 by @mircoianese in #424
- API v9.1 + v9.2 by @mircoianese in #426
Full Changelog: 8.3.0...9.2.0
Bot API 8.3
What's Changed
- Bot API 8.2 and 8.3 by @anfanik in #417
- Bot API 8.3: Fix sendVideo test by @anfanik in #418
- All deprecated methods have been removed
Full Changelog: 8.1.0...8.3.0