2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-28 21:07:39 +00:00

doc: Update changelog

This commit is contained in:
GochoMugo 2017-12-20 12:28:11 +03:00
parent 55332c3c25
commit 8edf1fbc6d
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4

View File

@ -7,12 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
Added:
1. Support Bot API v3.5:
* 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. Support Bot API v3.5: (by @GochoMugo)
* Allow `provider_data` parameter in *TelegramBot#sendInvoice*
* Add method *TelegramBot#sendMediaGroup()*
1. Support Bot API v3.4: (by @kamikazechaser)
* Add methods *TelegramBot#editMessageLiveLocation*, *TelegramBot#stopMessageLiveLocation* (#439)
* Add methods *TelegramBot#setChatStickerSet*, *TelegramBot#deleteChatStickerSet* (#440)
1. Add methods:
* *TelegramBot#getFileStream* (#442) (by @GochoMugo, requested-by @Xaqron)
1. Add options to *TelegramBot#stopPolling()* (by @GochoMugo)
@ -28,7 +28,7 @@ Changed:
Deprecated:
1. Sending files: *(See [usage guide][usage-sending-file])* (by @hufan-akari, @GochoMugo)
1. Sending files: *(See [usage guide][usage-sending-files])* (by @hufan-akari, @GochoMugo)
* Error will **not** be thrown if `Buffer` is used and file-type could **not** be detected.
* Filename will **not** be set to `data.${ext}` if `Buffer` is used
* Content type will **not** default to `null` or `undefined`