|
|
|
|
@ -7,17 +7,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). |
|
|
|
|
|
|
|
|
|
Added: |
|
|
|
|
|
|
|
|
|
1. Add Bot API v3.4 methods: |
|
|
|
|
* (#439) *TelegramBot#editMessageLiveLocation*, *TelegramBot#stopMessageLiveLocation* (by @kamikazechaser) |
|
|
|
|
* (#440) *TelegramBot#setChatStickerSet*, *TelegramBot#deleteChatStickerSet* (by @kamikazechaser) |
|
|
|
|
1. Support Bot API v3.5: |
|
|
|
|
* Support `provider_data` parameter in *TelegramBot#sendInvoice* (by @GochoMugo) |
|
|
|
|
* Allow `provider_data` parameter in *TelegramBot#sendInvoice* (by @GochoMugo) |
|
|
|
|
* Add method *TelegramBot#sendMediaGroup()* (by @GochoMugo) |
|
|
|
|
1. Support Bot API v3.4: |
|
|
|
|
* Add methods *TelegramBot#editMessageLiveLocation*, *TelegramBot#stopMessageLiveLocation* (#439) (by @kamikazechaser) |
|
|
|
|
* Add methods *TelegramBot#setChatStickerSet*, *TelegramBot#deleteChatStickerSet* (#440) (by @kamikazechaser) |
|
|
|
|
1. Add methods: |
|
|
|
|
* *TelegramBot#getFileStream* (#442) (by @GochoMugo, requested-by @Xaqron) |
|
|
|
|
1. Add options to *TelegramBot#stopPolling()* (by @GochoMugo) |
|
|
|
|
1. Add `metadata` argument in `message` event (and |
|
|
|
|
friends e.g. `text`, `audio`, etc.) (#409) (by @jlsjonas, @GochoMugo) |
|
|
|
|
1. Add `metadata` argument in `message` event (and friends e.g. `text`, `audio`, etc.) (#409) (by @jlsjonas, @GochoMugo) |
|
|
|
|
1. Add forward-compatibility i.e. support future additional Telegram options (by @GochoMugo) |
|
|
|
|
1. Add support for Node.js v9 (by @GochoMugo) |
|
|
|
|
1. Document *TelegramBot.errors*, *TelegramBot.messageTypes* (by @GochoMugo) |
|
|
|
|
@ -25,7 +24,7 @@ Added: |
|
|
|
|
Changed: |
|
|
|
|
|
|
|
|
|
1. Update *TelegramBot#answerCallbackQuery()* signature (by @GochoMugo) |
|
|
|
|
1. Improve default error logging of `polling_error` and `webhook_error` |
|
|
|
|
1. Improve default error logging of `polling_error` and `webhook_error` (#377) |
|
|
|
|
|
|
|
|
|
Deprecated: |
|
|
|
|
|
|
|
|
|
@ -36,8 +35,8 @@ Deprecated: |
|
|
|
|
|
|
|
|
|
Fixed: |
|
|
|
|
|
|
|
|
|
1. (#265) Fix the offset infinite loop bug (#36) (by @GochoMugo) |
|
|
|
|
1. Fix game example (by @MCSH) |
|
|
|
|
1. Fix the offset infinite loop bug (#265, #36) (by @GochoMugo) |
|
|
|
|
1. Fix game example (#449, #418) (by @MCSH) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* * * |
|
|
|
|
|