- Allow using custom json serialisers (51) - Fixed typos in examples (52) - Add supergroups to Chat.is_group() (53) - Add default_in_groups option to enable default handler in groups (54) - Fix flake8 warnings - Throw BotApiError(RuntimeError) instead of pure RuntimeError (55)
0.9.4
Fix send_voice serialization error
0.9.2
- Copy src to CallbackQuery
0.9.1
* Added support for edited_message, channel_post and edited_channel_post updates. They all use existing messages API, i.e. default/command/handle/etc... * Added regexp-based inlines and callbacks (42)
0.9.0
- Ensure all api calls - Clear screen in live reloader