mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-07 12:32:29 +00:00
Fix several minor typos (#1603)
This commit is contained in:
@@ -92,7 +92,7 @@ class AuthMethods:
|
||||
# Starting as a bot account
|
||||
await client.start(bot_token=bot_token)
|
||||
|
||||
# Starting as an user account
|
||||
# Starting as a user account
|
||||
await client.start(phone)
|
||||
# Please enter the code you received: 12345
|
||||
# Please enter your password: *******
|
||||
|
@@ -406,7 +406,7 @@ class MessageMethods:
|
||||
|
||||
from_user (`entity`):
|
||||
Only messages from this user will be returned.
|
||||
This parameter will be ignored if it is not an user.
|
||||
This parameter will be ignored if it is not a user.
|
||||
|
||||
wait_time (`int`):
|
||||
Wait time (in seconds) between different
|
||||
|
Reference in New Issue
Block a user