add support for markdown card in dingtalk & tg

This commit is contained in:
wangcham
2025-04-01 07:11:48 -04:00
parent 873a0339d8
commit 47acb63feb
4 changed files with 15 additions and 5 deletions
+2 -1
View File
@@ -131,7 +131,8 @@ class DingTalkAdapter(adapter.MessagePlatformAdapter):
client_id=config["client_id"],
client_secret=config["client_secret"],
robot_name = config["robot_name"],
robot_code=config["robot_code"]
robot_code=config["robot_code"],
markdown_card=config["markdown_card"]
)
async def reply_message(