You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.