mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-07-13 17:42:29 +03:00
Fix error message
This commit is contained in:
parent
08bb72ea6b
commit
7d0f63798c
|
@ -283,7 +283,7 @@ async def _get_input_peer(
|
||||||
|
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
'Could not find the input peer for {} ({}). Please read https://'
|
'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.'
|
' find out more details.'
|
||||||
.format(peer, type(peer).__name__)
|
.format(peer, type(peer).__name__)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user