mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +00:00
增加了微信转发链接消息组件
This commit is contained in:
@@ -860,3 +860,10 @@ class WeChatLink(MessageComponent):
|
||||
"""链接略缩图"""
|
||||
link_thumb_url: str = ''
|
||||
|
||||
|
||||
class WeChatForwardLink(MessageComponent):
|
||||
"""转发链接。个人微信专用组件。"""
|
||||
type: str = 'WeChatLink'
|
||||
"""xml数据"""
|
||||
xml_data: str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user