mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Changed url in TelegramEntityTooLarge
Changed `url` in `TelegramEntityTooLarge` to more appropriate documentation link.
This commit is contained in:
parent
a0dbbcfd5d
commit
5b2a86aa35
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue