- Updated to bot API 7.11
- Added missing type factories
- Minor improvements and fixes
- Added StickerFormat and StickerType enums
- Fixed switch condition in apiCall client method
- Updated to bot API 7.9
- Updated to bot API 7.8
- Updated to bot API 7.7
- Updated to bot API 7.6
- Updated to bot API 7.5
- Updated to bot API 7.4
- Updated to bot API 7.3
- Updated to bot API 7.2
- Updated to bot API 7.1
- Updated to bot API 7.0
- Minor improvements and fixes
- Stable release
- Update to support http 1.0.0
- Updated to bot API 6.9
- Updated to bot API 6.8
- Updated to bot API 6.7
- Updated to bot API 6.6
- Updated to bot API 6.5
- Updated to bot API 6.4
- Updated to bot API 6.3
- Stable release
- Updated to bot API 6.2
- Updated to bot API 6.1
- Added missing documentation
- Minor fixes
- Added Error(s) catch clause
- Switched from EffectiveDart to Lints
- Minor fixes
- Updated to bot API 5.6
- Added a few missing objects
- Minor fixes
- Support multiline commands
- Updated to bot API 5.3
- Fix editMessageText caption parameters
- Add missing InlineQueryResult objects, some are still not completed
- Add entities argument in methods like sendMessage
- Minor fix in sendVideoNote
- Updated README.md
- Minor fixes
- Add missing types in Telegram response entity map
- Fix uppercase enums
- New stable release!
- Now using effective_dart, fixed all issues
- Improved enums (breaks compatibility with previous enums names)
- Improved pending updates cleanup
- Add allowed updates shortcuts
- Major changes to Bot structure
- Major improvements to Bot
- Added some docs
- Updated examples
- Hotfix for User in newChatMembers in Message being nullable
- Hotfix for variable name case
- Breaking change update
- Add allowedUpdates to getUpdates
- Major changes to Bot class, it should not be extended not
- Improvements to bot class
- Minor other improvements
- Implemented Bot API 5.1 changes
- Add some more missing impls
- Implemented more API methods
- Add serialization methods to all entities
- Add some more entities
- Minor fixes with code formatting
- Minor fixes with code formatting
- Fix changelog formatting
- Improved example
- Removed dependency on dart:io, now this lib is compatible with JavaScript platform
- Minor fixes with code formatting
- Renamed an example to main.dart
- Fix changelog formatting
- Migrate to Dart sound null safe
- Minor bug fixes and improvements
- Fix wrong import
- Improved package structure
- Changed part with export
- General refactoring
- Minor changes to enums
- Added logging
- Improved package structure
- Added part and part of in Telegram entities
- General refactoring
- Minor code quality fixes
Fixed version string This is a beta release
- Bot events and commands now are executed in real async
- Minor fixes to input media
This is a beta release
- Bot events and commands now are executed in real async
- Minor fixes to input media
- Minor fixes to InputMedia classes
- Added setMyCommands
- Added getMyCommands
- Fixed minor issue
- Added bot command utilities
- Improved bot command handling
- Fixed wrong type in APIException
- Added some more logs on APIException
- Added some more logs on APIException
- Fixed issue in api client for chat member list mapping
- Fixed an issues with command and updates
- Fixed an issues with command and updates
- Fixed onUpdate getting executed when a command was executed first
- Improved command callback error checking
- Critical bug fixes on update
- added editMessageText
- Fixed tests
- Implemented some inline stuff
- Added functions to download files
- Fixed File size from String to int
- Added small test
- Bug fix for event loop
- Added the possibility to chose if the http client should be only closed or restarted
- Small improvement for previous version
- Improved bot loop, now it's not blocking and it's a correct Future
- Fixed event loop, now it's not using sleep anymore
- Minor fixes on start() function
- Improvements to Telegram API Client
- Improvements to ChatMember object
- Implemented ChatAction.fromString
- Minor improvements to stability
- Fixed http package version
- Initial version: setting up skeleton