feat: add feat for receive files in wecombot

This commit is contained in:
WangCham
2026-04-07 16:22:36 +08:00
parent 8f1317b39e
commit 14b1e0d33b
4 changed files with 233 additions and 1 deletions
@@ -147,3 +147,10 @@ class WecomBotEvent(dict):
流式消息 ID
"""
return self.get('stream_id', '')
@property
def quote(self):
"""
引用消息信息(群聊中用户引用其他消息时返回)
"""
return self.get('quote', {})