-
Notifications
You must be signed in to change notification settings - Fork 2k
Release Note
FrankWang edited this page Oct 3, 2015
·
6 revisions
- Add webhook support.
- Better error handling.
- Add threaded parameter for telebot constructor. Allowing users to decide telebot to use thread for polling method.
- Bug fix : fix race-condition for register_for_reply.
- Add timeout parameter for polling method
- New type File supported.
- New method download_file added.
- Hotfix handler lambda bug.
- send_message add parse_mode parameter support. More information: https://core.telegram.org/bots/api#recent-changes
- Add get_updates method to telebot class. Can use this method to get update object.
- Remove
time.sleep()
from polling method. Use optionalblock
parameter