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