- send_message add parse_mode parameter support. More information: [https://core.telegram.org/bots/api#recent-changes](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 optional `block` parameter
0.2.0
Change log: - AsyncTeleBot - Improve de_json - Message all content type supported.