Update docs

This commit is contained in:
Dan 2018-02-21 12:21:10 +01:00
parent 0b4fa8b517
commit 35d5c4170c

View File

@ -5,6 +5,10 @@ Manually writing phone number, phone code and password on the terminal every tim
Pyrogram is able to automate both **Sign-In** and **Sign-Up** processes, all you need to do is pass the relevant
parameters when creating a new Client.
.. note:: If you omit any of the optional parameter required for the authorization, Pyrogram will ask you to
manually write it. For instance, if you don't want to set a *last_name* when creating a new account you
have to explicitly pass an empty string ""; the default value (None) will trigger the input() call.
Sign-In
-------