Version 8.2 just came out (July 4, 2016). Handling of callback query is still unsatisfactory. Treat it as a transitional release.
Tutorial »
Reference, Traditional version »
Reference, Async version » (Having trouble building it on readthedocs.org, I am working on it ...)
Examples »
8.3 (2016-07-17)
- Fixed
urllib3==1.9.1insetup.py
8.2 (2016-07-04)
- Handling of callback query still unsatisfactory, a transitional release
- Changed async version to
telepot.aioto avoid collision withasynckeyword - Added
CallbackQueryCoordinatorandCallbackQueryAbleto facilitate transparent handling ofCallbackQuery - Added
AnswererMixinto give anAnswererinstance - Added
Timerto express different timeout behaviors - Added
enable_callback_queryparameter to*Handlerconstructors - Added default
on_timeoutmethod to@openabledecorator - Added
IdleTerminateandAbsentCallbackQueryas subclasses ofWaitTooLongto distinguish between different timeout situations - Revamped
Listenerto handle different timeout requirements - Added
typesparameter toper_chat_id() - By default,
per_from_id()andUserHandlerreacts to non-callback_queryonly - Fixed
Bot.download_file() - Added docstrings for Sphinx generation
- Re-organized examples