Skip to content

Commit 21ab529

Browse files
committed
Update first_name and last_name parameters' docs
1 parent fecea07 commit 21ab529

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyrogram/client/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,11 @@ class Client:
117117
first_name (``str``, optional):
118118
Pass a First Name to avoid entering it manually. It will be used to automatically
119119
create a new Telegram account in case the phone number you passed is not registered yet.
120+
Only applicable for new sessions.
120121
121122
last_name (``str``, optional):
122123
Same purpose as *first_name*; pass a Last Name to avoid entering it manually. It can
123-
be an empty string: ""
124+
be an empty string: "". Only applicable for new sessions.
124125
125126
workers (``int``, optional):
126127
Thread pool size for handling incoming updates. Defaults to 4.

0 commit comments

Comments
 (0)