抖音改发卡片

This commit is contained in:
liuwei
2025-08-15 14:55:18 +08:00
parent 0727523f3e
commit 22521d4068

View File

@@ -167,7 +167,7 @@ class DouyinParserPlugin(MessagePluginInterface):
url=video_url,
thumburl=cover
)
await self.bot.send_link_xml_message(xml_content, (roomid if roomid else sender))
await self.bot.send_app_message(xml_content, (roomid if roomid else sender),0)
return True, "发送卡片成功"
except DouyinParserError as e: