mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 17:36:34 +03:00
Fix two tiny typos
This commit is contained in:
parent
ce7e5abb58
commit
d6935355ae
|
@ -95,7 +95,6 @@ class ChatAction(EventBuilder):
|
|||
photo (:tl:`Photo`, optional):
|
||||
The new photo (or ``None`` if it was removed).
|
||||
|
||||
|
||||
user_added (`bool`):
|
||||
``True`` if the user was added by some other.
|
||||
|
||||
|
@ -111,7 +110,7 @@ class ChatAction(EventBuilder):
|
|||
created (`bool`, optional):
|
||||
``True`` if this chat was just created.
|
||||
|
||||
new_title (`bool`, optional):
|
||||
new_title (`str`, optional):
|
||||
The new title string for the chat, if applicable.
|
||||
|
||||
unpin (`bool`):
|
||||
|
|
|
@ -2593,7 +2593,7 @@ class TelegramClient(TelegramBareClient):
|
|||
raise ValueError(
|
||||
'Could not find the input entity for "{}". Please read https://'
|
||||
'telethon.readthedocs.io/en/latest/extra/basic/entities.html to'
|
||||
'find out more details.'
|
||||
' find out more details.'
|
||||
.format(peer)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user