mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Merge branch 'dev-3.x'
This commit is contained in:
commit
d01398c51c
99 changed files with 1481 additions and 1271 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue