We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecea07 commit 21ab529Copy full SHA for 21ab529
1 file changed
pyrogram/client/client.py
@@ -117,10 +117,11 @@ class Client:
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.
120
+ Only applicable for new sessions.
121
122
last_name (``str``, optional):
123
Same purpose as *first_name*; pass a Last Name to avoid entering it manually. It can
- be an empty string: ""
124
+ be an empty string: "". Only applicable for new sessions.
125
126
workers (``int``, optional):
127
Thread pool size for handling incoming updates. Defaults to 4.
0 commit comments