mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update migration_2_to_3.rst
Co-authored-by: Oleg A. <t0rr@mail.ru>
This commit is contained in:
parent
3dfd6f102f
commit
65810d6011
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ Dispatcher
|
|||
- With routes, you can easily modularize your code and potentially share these modules between projects.
|
||||
- Removed the **_handler** suffix from all event handler decorators and registering methods.
|
||||
(:ref:`Read more » <Event observers>`)
|
||||
- The Executor has been entirely removed; you can now use the Dispatcher directly to start polling or handle webhooks.
|
||||
- The Executor has been entirely removed; you can now use the Dispatcher directly to start poll the API or handle webhooks from it.
|
||||
- The throttling method has been completely removed; you can now use middlewares to control
|
||||
the execution context and implement any throttling mechanism you desire.
|
||||
- Removed global context variables from the API types, Bot and Dispatcher object,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue