1 parent d1b9886 commit 1d9bb18Copy full SHA for 1d9bb18
1 file changed
pyrogram/client/client.py
@@ -131,7 +131,7 @@ class Client:
131
Thread pool size for handling incoming updates. Defaults to 4.
132
"""
133
134
- INVITE_LINK_RE = re.compile(r"^(?:https?://)?(?:t\.me/joinchat/)?([\w-]+)$")
+ INVITE_LINK_RE = re.compile(r"^(?:https?://)?(?:t\.me/joinchat/)([\w-]+)$")
135
DIALOGS_AT_ONCE = 100
136
UPDATES_WORKERS = 1
137
DOWNLOAD_WORKERS = 1
0 commit comments