aiogram/aiogram/dispatcher
Alex Root Junior 0c9eeda8a7
Fixed poll answer FSM context (#1436)
* Add voter_chat to poll_answer event handling

The change ensures that when a poll_answer event is processed, the user context middleware now also returns the chat where the vote took place. Previously, only the user who cast the vote was returned.

* Added changelog

* Fixed tests

* Bump Python version in test
2024-03-10 16:18:41 +02:00
..
event PoC Scenes (#1280) 2023-11-23 00:41:21 +02:00
middlewares Fixed poll answer FSM context (#1436) 2024-03-10 16:18:41 +02:00
__init__.py Add Router 2019-11-23 19:54:04 +02:00
dispatcher.py Update dispatcher.py (#1384) 2023-12-23 01:47:38 +02:00
flags.py Reworked graceful shutdown (#1124) 2023-02-18 15:46:28 +02:00
router.py Added support for Bot API 7.0 (#1387) 2023-12-31 01:40:44 +02:00