linyimin0812 / wechaty-puppet-ioscat

Puppet Ios Cat for Wechaty
https://www.npmjs.com/package/wechaty-puppet-ioscat
Apache License 2.0
37 stars 11 forks source link

message.say() should say in room if the message is in a room #15

Open huan opened 6 years ago

huan commented 6 years ago

message.say() should:

  1. if the message is in a room, then say() should say in that room
  2. if the message is a peer to peer message from a contact, then say() should say to that contact.
huan commented 6 years ago

Please close this issue after read my comments and codes, thanks.