mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add changelog fragment generator and update poll parameter descriptions
This commit is contained in:
parent
e3c4a18b28
commit
09f3786e35
2 changed files with 51 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ Updated to `Bot API 9.6 <https://core.telegram.org/bots/api-changelog#april-3-20
|
|||
|
||||
*New Parameters for* :class:`aiogram.methods.send_poll.SendPoll`:
|
||||
|
||||
- Replaced :code:`correct_option_id` with :code:`correct_option_ids` - supports multiple correct answers for quiz polls
|
||||
- Added :code:`allows_revoting` - allows users to change their vote after submission
|
||||
- Added :code:`shuffle_options` - randomizes the order of poll options for each user
|
||||
- Added :code:`allow_adding_options` - allows users to add their own poll options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue