Merge branch 'dev-3.x'

This commit is contained in:
JRoot Junior 2025-12-07 00:36:05 +02:00
commit d01398c51c
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2
99 changed files with 1481 additions and 1271 deletions

View file

@ -115,7 +115,7 @@ or :meth:`aiogram.dispatcher.dispatcher.Dispatcher.feed_update` methods.
.. code-block:: python
update = Update.model_validate(await request.json(), context={"bot": bot})
await dispatcher.feed_update(update)
await dispatcher.feed_update(bot, update)
.. note::