- Bot API 4.2 - Added the `sendPoll` method - Added the `stopPoll` method - Added the field `forward_sender_name` and `poll` to the `Message` object - Added the field `poll` to the `Update` object - Added the field `is_member` to the `ChatMember` object
1.1.2
- Re-added `thumb` to `sendAudio` method - Some improvments to the code
1.1
- Use MIT license
1.1.0
- Bot API 4.1 (complete) - Fix `InputMediaAnimation` - Add types `InputMediaAudio` and `InputMediaDocument` - Added `vcard` to the objects `Contact`, `InlineQueryResultContact`, `InputContactMessageContent` and the method `sendContact`
1.0
- Conforms to latest Telegram Bot API as of August 15, 2015 - Added `sendVoice()` - Added `caption` and `duration` parameters to `sendVideo()` - Added `performer` and `title` parameters to `sendAudio()` - Test scripts test the module more completely