From 3dfd6f102fb0af9f9950bc5e3231ee812ffd6225 Mon Sep 17 00:00:00 2001 From: Kostiantyn Kriuchkov <36363097+Latand@users.noreply.github.com> Date: Fri, 15 Sep 2023 11:50:32 +0300 Subject: [PATCH] Update migration_2_to_3.rst Co-authored-by: Oleg A. --- docs/migration_2_to_3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration_2_to_3.rst b/docs/migration_2_to_3.rst index 1a4650dc..55483e84 100644 --- a/docs/migration_2_to_3.rst +++ b/docs/migration_2_to_3.rst @@ -141,7 +141,7 @@ Webhook ======= - The aiohttp web app configuration has been simplified. -- By default, the ability to upload files has been added when you use the reply function in a webhook. +- By default, the ability to upload files has been added when you `make requests in response to updates `_ (available for webhook only). Telegram API Server