We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API 4.8 support
Bot.send_poll
explanation
explanation_parse_mode
Poll.{explanation, explanation_entities, open_period, close_date}
Bot.send_dice
emoji
Dice.emoji
Poll.parse_explanation_entity/ies
Filters.dice.dice
Filters.dice.darts
Filters.dice.*([1, 2])
The text was updated successfully, but these errors were encountered:
@Bibo-Joshi Official docs don't mention it, but a bullseye is a 6.
Maybe we should?
Sorry, something went wrong.
Closed by #1917
No branches or pull requests
Is your feature request related to a problem? Please describe.
API 4.8 support
Pure API changes
Bot.send_poll
:explanation
,explanation_parse_mode
,Poll.{explanation, explanation_entities, open_period, close_date}
Bot.send_dice
:emoji
(for whatever reason, sending a 'darts' is considered a die now …Dice.emoji
Convenience stuff
Poll.parse_explanation_entity/ies
Filters.dice.dice
andFilters.dice.darts
for filtering only the corresponding emojis. Allow theFilters.dice.*([1, 2])
syntax for bothThe text was updated successfully, but these errors were encountered: