We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 387bbbf commit fecea07Copy full SHA for fecea07
1 file changed
pyrogram/client/client.py
@@ -110,6 +110,10 @@ class Client:
110
Pass your Two-Step Verification password (if you have one) to avoid entering it
111
manually. Only applicable for new sessions.
112
113
+ force_sms (``str``, optional):
114
+ Pass True to force Telegram sending the authorization code via SMS.
115
+ Only applicable for new sessions.
116
+
117
first_name (``str``, optional):
118
Pass a First Name to avoid entering it manually. It will be used to automatically
119
create a new Telegram account in case the phone number you passed is not registered yet.
0 commit comments