feat(dingtalk): add supports for audio receiving

This commit is contained in:
Junyan Qin
2025-03-02 17:03:19 +08:00
parent 0f3dc35df4
commit a198b6da0b
4 changed files with 40 additions and 6 deletions
+4
View File
@@ -25,6 +25,10 @@ class DingTalkEvent(dict):
@property
def picture(self):
return self.get("Picture","")
@property
def audio(self):
return self.get("Audio","")
@property
def conversation(self):