wechaty / puppet-padlocal

Puppet PadLocal is a Pad Protocol for WeChat
https://wechaty.js.org/docs/puppet-providers/padlocal
Apache License 2.0
642 stars 88 forks source link

op id='11', DownloadFile #70

Closed suntong closed 3 years ago

suntong commented 3 years ago

Found one kind of messages that should be recognized but currently returning as type of Unknown:

<msg>
<op id='11'>
<name>DownloadFile</name>
<arg><![CDATA[<downloadList><downloadItem><username>5895265795@chatroom</username><msgsvrid>3003610732645510298</msgsvrid></downloadItem></downloadList>]]></arg>
</op>
</msg>

Will try to duplicate the case how this kind of message is got...

suntong commented 3 years ago

I now beleve it is me operating in WX on my cellphone, and padlocal as a remote client get notified.