Skip to content

Bot API 4.8 (April 24, 2020)

Compare
Choose a tag to compare
@greenplugin greenplugin released this 26 Apr 19:50
· 54 commits to master since this release
a6cda5a

Added

  • Supported explanations for Quizzes 2.0. Add explanations by specifying the parameters explanation and explanationParseMode in the method SendPollMethod.
  • Added the fields explanation and explanationEntities to the PollType class.
  • Supported timed polls that automatically close at a certain date and time. Set up by specifying the parameter openPeriod or closeDate in the SendPollMethod.
  • Added the fields openPeriod and closeDate to the PollType class.
  • Supported the new darts animation for the dice mini-game. Choose between the default dice animation and darts animation by specifying the parameter emoji in the SendDiceMethod. Added two factory methods createWithDice and createWithDarts for SendDiceMethod.
  • Added the field emoji to the DiceType class.