mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
No longer run send_code_request from sign_in
This commit is contained in:
@@ -428,6 +428,13 @@ However, most likely, you were already doing the right thing (or else you would'
|
||||
"why is this not being edited", which you would most likely consider a bug rather than a feature).
|
||||
|
||||
|
||||
Signing in no longer sends the code
|
||||
-----------------------------------
|
||||
|
||||
``client.sign_in()`` used to run ``client.send_code_request()`` if you only provided the phone and
|
||||
not the code. It no longer does this. If you need that convenience, use ``client.start()`` instead.
|
||||
|
||||
|
||||
The client.disconnected property has been removed
|
||||
-------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user