From 5b2a86aa3522ce31ffa6fc6409d375bdc0c91836 Mon Sep 17 00:00:00 2001 From: Desiders <47452083+Desiders@users.noreply.github.com> Date: Thu, 15 Dec 2022 00:18:50 +0300 Subject: [PATCH] Changed `url` in `TelegramEntityTooLarge` Changed `url` in `TelegramEntityTooLarge` to more appropriate documentation link. --- aiogram/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/exceptions.py b/aiogram/exceptions.py index a32c3ec6..e24d42a2 100644 --- a/aiogram/exceptions.py +++ b/aiogram/exceptions.py @@ -103,7 +103,7 @@ class RestartingTelegram(TelegramServerError): class TelegramEntityTooLarge(TelegramNetworkError): - url = "https://core.telegram.org/bots/api#sending-files" + url = "https://core.telegram.org/api/entities#entity-length" class ClientDecodeError(AiogramError):