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 74f58cc commit 54690a1Copy full SHA for 54690a1
telegram/utils/helpers.py
@@ -138,7 +138,8 @@ def _extract_urls_from_text(text):
138
def extract_urls(message):
139
"""
140
Extracts all Hyperlinks that are contained in a message. This includes
141
- message entities and the media caption.
+ message entities and the media caption. The links are returned in lexicographically
142
+ ascending order.
143
144
Note: Exact duplicates are removed, but there may still be URLs that link
145
to the same resource.
0 commit comments