File tree 2 files changed +21
-2
lines changed
2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,25 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
22
22
### Security
23
23
- Nothing
24
24
--->
25
+ ## 1.5.0 - 2020-04-24
26
+
27
+ #### April 24, 2020
28
+ #### Bot API 4.8
29
+
30
+ ### Added
31
+ - Supported explanations for
32
+ [ ** Quizzes 2.0** ] ( https://telegram.org/blog/400-million#better-quizzes ) .
33
+ Add explanations by specifying the parameters
34
+ explanation and ` explanationParseMode ` in the method ` SendPollMethod ` .
35
+ - Added the fields explanation and ` explanationEntities ` to the ` PollType ` class.
36
+ - Supported timed polls that automatically close at a certain date and time.
37
+ Set up by specifying the parameter ` openPeriod ` or ` closeDate ` in the ` SendPollMethod ` .
38
+ - Added the fields ` openPeriod ` and ` closeDate ` to the ` PollType ` class.
39
+ - Supported the new darts animation for the dice mini-game.
40
+ Choose between the default dice animation and darts animation
41
+ by specifying the parameter ` emoji ` in the ` SendDiceMethod ` .
42
+ Added two factory methods ` createWithDice ` and ` createWithDarts ` for ` SendDiceMethod ` .
43
+ - Added the field ` emoji ` to the ` DiceType ` class.
25
44
26
45
## 1.4.0 - 2020-03-31
27
46
Original file line number Diff line number Diff line change 14
14
[ ![ Duplicated Lines (%)] [ sonar-duplicated-lines-icon ]] [ sonar-path ]
15
15
[ ![ Security Rating] [ sonar-security-rating-icon ]] [ sonar-path ]
16
16
17
- #### Supported Telegram Bot API v4.6 (January 23 , 2020 update )
17
+ #### Supported Telegram Bot API v4.8 (April 24 , 2020)
18
18
19
19
## Installation
20
20
@@ -146,7 +146,7 @@ If you discover any security related issues, please email
[email protected] inst
146
146
The MIT License (MIT). Please see [ License File] ( LICENSE.md ) for more information.
147
147
148
148
[ ico-php-v ] : https://img.shields.io/travis/php-v/tg-bot-api/bot-api-base.svg?style=flat-square
149
- [ ico-bot-api ] : https://img.shields.io/badge/Bot%20API-4.7 -blue.svg?style=flat-square
149
+ [ ico-bot-api ] : https://img.shields.io/badge/Bot%20API-4.8 -blue.svg?style=flat-square
150
150
[ ico-version ] : https://img.shields.io/packagist/v/tg-bot-api/bot-api-base.svg?style=flat-square
151
151
[ ico-license ] : https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
152
152
[ ico-travis ] : https://img.shields.io/travis/tg-bot-api/bot-api-base/master.svg?style=flat-square
You can’t perform that action at this time.
0 commit comments