mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Update docstrings
This commit is contained in:
parent
7234edad5d
commit
b1f11b7a97
1 changed files with 3 additions and 0 deletions
|
|
@ -93,6 +93,9 @@ class Client:
|
|||
last_name (:obj:`str`, optional):
|
||||
Same purpose as *first_name*; pass a Last Name to avoid entering it manually. It can
|
||||
be an empty string: ""
|
||||
|
||||
workers (:obj:`int`, optional):
|
||||
Thread pool size for handling incoming messages (updates). Defaults to 4.
|
||||
"""
|
||||
|
||||
INVITE_LINK_RE = re.compile(r"^(?:https?://)?t\.me/joinchat/(.+)$")
|
||||
|
|
|
|||
Loading…
Reference in a new issue