docs: updated migration guide with API server

This commit is contained in:
Oleg A 2023-09-10 17:53:01 +03:00
parent 28cc2384e8
commit 069dff3539
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5

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`.