Update first_name and last_name parameters' docs
This commit is contained in:
parent
fecea07db6
commit
21ab5295c4
@ -117,10 +117,11 @@ class Client:
|
|||||||
first_name (``str``, optional):
|
first_name (``str``, optional):
|
||||||
Pass a First Name to avoid entering it manually. It will be used to automatically
|
Pass a First Name to avoid entering it manually. It will be used to automatically
|
||||||
create a new Telegram account in case the phone number you passed is not registered yet.
|
create a new Telegram account in case the phone number you passed is not registered yet.
|
||||||
|
Only applicable for new sessions.
|
||||||
|
|
||||||
last_name (``str``, optional):
|
last_name (``str``, optional):
|
||||||
Same purpose as *first_name*; pass a Last Name to avoid entering it manually. It can
|
Same purpose as *first_name*; pass a Last Name to avoid entering it manually. It can
|
||||||
be an empty string: ""
|
be an empty string: "". Only applicable for new sessions.
|
||||||
|
|
||||||
workers (``int``, optional):
|
workers (``int``, optional):
|
||||||
Thread pool size for handling incoming updates. Defaults to 4.
|
Thread pool size for handling incoming updates. Defaults to 4.
|
||||||
|
Loading…
Reference in New Issue
Block a user