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