We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eba3ad commit f1016c5Copy full SHA for f1016c5
helper_func.py
@@ -69,7 +69,7 @@ async def get_message_id(client, message):
69
elif message.forward_sender_name:
70
return 0
71
elif message.text:
72
- pattern = "https://t.me/(?:c/)?(.*)/(\d+)"
+ pattern = "https://telegram.me/(?:c/)?(.*)/(\d+)"
73
matches = re.match(pattern,message.text)
74
if not matches:
75
0 commit comments