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