Bump to v1.25

This commit is contained in:
Lonami Exo
2022-08-30 12:57:34 +02:00
parent 48d7dbe90b
commit 8b1bfcdf9c
9 changed files with 44 additions and 8 deletions

View File

@@ -465,7 +465,7 @@ class UserMethods:
raise ValueError(
'Could not find the input entity 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__)
)