Releases: westacks/telebot
Releases · westacks/telebot
2.0.0
- Updated Bot API to version 6.0
- Refactored and optimized codebase. Updated all methods and objects along with latest Bot API. Some classes changed namespaces such as
CommandHandler
,UpdateHandler
. Be aware during migration to the newer version. - Added customizable Kernel for handling updates and registering bot commands
- Removed various library exceptions. Now only using
TeleBotException
- Handling process now implements middleware pattern as a more flexible way to chain your handlers
- Version
1.x
is dropped out of official support. However, pull requests are welcome to the1.x
branch.
2.0.0-alpha.1
v2 pre-release.