wa-automate-nodejs
wa-automate-nodejs copied to clipboard
`Reaction` on `awaitMessages`/`createMessageCollector`, maybe new method to collect message?
Currently, you can't catch Reaction on awaitMessages. also i think we can make a new method to collect message
client.waitFor(type:MessageTypes, from:ContactId amount:number, callback)
client.waitForSync(type:MessageTypes, from:ContactId amount:number)
i guess Reaction is now count as a "message" because it will be added on MessageTypes
Asyaapp bangg