mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Merge pull request #278 from aiogram/gabbhack-patch-1
Update dispatcher.py
This commit is contained in:
commit
556e3da54f
1 changed files with 1 additions and 1 deletions
|
|
@ -935,7 +935,7 @@ class Dispatcher(DataMixin, ContextInstanceMixin):
|
|||
.. code-block:: python3
|
||||
|
||||
@dp.poll_answer_handler()
|
||||
async def some_poll_answer_handler(poll: types.Poll)
|
||||
async def some_poll_answer_handler(poll_answer: types.PollAnswer)
|
||||
|
||||
:param custom_filters:
|
||||
:param run_task: run callback in task (no wait results)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue