Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 1d29937

Browse files
committed
Add all-mention tag to SkypeMsg static helpers
1 parent 49619ad commit 1d29937

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

skpy/msg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ def mention(user):
164164
"""
165165
return """<at id="8:{0}">{1}</at>""".format(user.id, user.name)
166166

167+
mention_all = """<at id="*">all</at>"""
168+
"""Mention all users of a group chat in a message."""
169+
167170
@staticmethod
168171
def quote(user, chat, timestamp, content):
169172
"""

0 commit comments

Comments
 (0)