mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 11:25:54 +00:00
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:
parent
69c2e1282f
commit
c229cf8c7b
1 changed files with 7 additions and 0 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue