From 069dff3539b88bf428e650d4c62b15376ae89986 Mon Sep 17 00:00:00 2001 From: Oleg A Date: Sun, 10 Sep 2023 17:53:01 +0300 Subject: [PATCH] docs: updated migration guide with API server --- docs/migration_2_to_3.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/migration_2_to_3.rst b/docs/migration_2_to_3.rst index 80910f84..279dc3ff 100644 --- a/docs/migration_2_to_3.rst +++ b/docs/migration_2_to_3.rst @@ -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`.