Releases: rubenlagus/TelegramBots
Releases · rubenlagus/TelegramBots
Api Version 3.6
- Support for Api Version 3.6
- Bug fixing and other improvements
Api Version 3.5
Api Version 3.4
Api Version 3.3
- Support for Api Version 3.3
Api Version 3.2 and abilities
- Support for Api Version 3.2
- Deprecated all redundant methods in AbsSender, will be removed in next major release
- New Abstract methods
addStickerToSet
,createNewStickerSet
anduploadStickerFile
in AbsSender. - Abilities module
- Removed deprecated methods from previous versions
- Bug fixing: #257, #270
- Simplify code from DefaultAbsSender: #272
Bug Fixing
Fix bug #266
Bug fixing
Fix bug #264
Version 3.1.0
- Support for Api Version 3.1
- Simplified
DefaultAbsSender
- Added new abstract method
setChatPhoto
to AbsSender. - Added new method
execute
andexecuteAsync
that can be used to send any api method that extendsBotApiMethod
class. - Added new constructors to
GetChat
,GetChatAdministrators
,GetChatMember
,GetChatMemberCount
,KickChatMember
,LeaveChat
andUnbanChatMember
with mandatory fields as parameters.
Version 3.0.2
- Bug Fixing: #250
- Added new module
telegrambots-extensions
that should contains any extensions of the API such as CommandBot or TimedBot. TelegramLongPollingCommandBot
receives now the bot username as constructor parameters, all deprecated constructors will be removed in next major release.getUsername
method fromTelegramLongPollingCommandBot
can be considered final and will be so in next major release.