From 7d0f63798c2a1b71f3c237b6c833dc26b1a32890 Mon Sep 17 00:00:00 2001 From: unclamped Date: Mon, 18 Jul 2022 18:54:07 -0300 Subject: [PATCH] Fix error message --- telethon/_client/users.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/_client/users.py b/telethon/_client/users.py index 42a83de2..4dfc7c40 100644 --- a/telethon/_client/users.py +++ b/telethon/_client/users.py @@ -283,7 +283,7 @@ async def _get_input_peer( raise ValueError( 'Could not find the input peer for {} ({}). Please read https://' - 'docs.telethon.dev/en/latest/concepts/entities.html to' + 'docs.telethon.dev/en/stable/concepts/entities.html to' ' find out more details.' .format(peer, type(peer).__name__) )