- (breaking) Change the way media handlers are defined, see documentation for bot.handle
- (breaking) TgMessage removed if favour of TgChat, but compatibility is preserved for command handlers
- Added support for botan.io, just pass botan_token to TgBot constructor
- Added retry logic to handle Telegram throttling and outages (this is actually a killer feature of this release!)
- Added basic tests and TravisCI integration
In order to get to 1.0 release we need to write more test and improve documentations, so any contributions are welcome!