python-wechaty
python-wechaty copied to clipboard
Mini Program's message type became to message_type_unspecified
When you send a message is a mini program, the meesage type is message_type_unspecified, this shoud be a bug.
wechaty 0.6.13 wechaty-puppet 0.2.0 wechaty-puppet-hostie 0.4.1
Yes, after check the payload from rocky protocol, there are thumbSize and thumbMd5 field added which will cause an error. So, we should add an soft init function to make it running well on other protocol. Pr is welcome.