Updated migration guide with API server (#1299)

* docs: updated migration guide with API server

* Update docs/migration_2_to_3.rst

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>

---------

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
This commit is contained in:
Oleg A 2023-09-11 00:34:02 +03:00 committed by GitHub
parent 69c2e1282f
commit c229cf8c7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,3 +133,10 @@ Webhook
- Simplified aiohttp web app configuration
- By default added possibility to upload files when you use reply into webhook
Telegram API Server
===================
- `server` param was moved from `Bot` instance to `api` in `BaseSession`.
- `aiogram.bot.api.TELEGRAM_PRODUCTION` was moved to `aiogram.client.telegram.PRODUCTION`.