Change log: - All Message's attributes default to None. Don't need hasattr to check attribute. - Inline mode support. - Add InlineQueryResultArticle, InlineQueryResultPhoto, InlineQueryResultGif, InlineQueryResultMpeg4Gif, InlineQueryResultVideo - Add new method answer_inline_query - Add new inline_handler
1.4.0
Change log: - Code clean up - Bugs fix
0.3.6
- New type File supported. - New method download_file added.
0.3.5
- Hotfix handler lambda bug.
0.3.4
- 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