wechaty / puppet-whatsapp

Wechaty Puppet for Whatsapp
https://npmjs.com/package/wechaty-puppet-whatsapp
Apache License 2.0
24 stars 17 forks source link

bot发送消息后,在未收到 message-ack 的情况下,无法返回发送的messageId #357

Closed su-chang closed 2 years ago

su-chang commented 2 years ago

在未收到 message-ack 事件的情况下,目前仅能使用 message-create 事件来判断消息是否发送,从而匹配发送消息的 messageId

目前需要在 message-create 对发送消息请求进行 resolve 处理。