Changed url in TelegramEntityTooLarge

Changed `url` in `TelegramEntityTooLarge` to more appropriate documentation link.
This commit is contained in:
Desiders 2022-12-15 00:18:50 +03:00
parent a0dbbcfd5d
commit 5b2a86aa35

View file

@ -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):