增加了微信转发链接消息组件

This commit is contained in:
Dong_master
2025-04-23 02:28:39 +08:00
parent 577dc0d175
commit 8ca714853a

View File

@@ -860,3 +860,10 @@ class WeChatLink(MessageComponent):
"""链接略缩图"""
link_thumb_url: str = ''
class WeChatForwardLink(MessageComponent):
"""转发链接。个人微信专用组件。"""
type: str = 'WeChatLink'
"""xml数据"""
xml_data: str