BbayuGt

Results 8 issues of BbayuGt

Currently, you can't catch Reaction on awaitMessages. also i think we can make a new method to collect message ```ts client.waitFor(type:MessageTypes, from:ContactId amount:number, callback) client.waitForSync(type:MessageTypes, from:ContactId amount:number) ``` i guess...

add waitForId to every single `send` code. Its good when you are using message collector, sometimes it just sent too slow that the timeout triggered before the chat even sent

Just like python `random`, making `random.choice` is a pretty good thing. just for a simplicity. Example : array : `["a", "b"]` Instead of doing ```js array[random.int(0,1)] // return "a" ```...

Since this repo is basically dead, why not archive/update the project to prevent any new developer using this library?

This should help us diagnosing some problem and use `client.B` which doesn't really useful at this time.

Also reordered the `groupMetadata` to be about the same as the one in the message object

It has no `body`, the type is `gp2` theres a subtype which is `linked_group_join` ![image](https://github.com/open-wa/wa-automate-nodejs/assets/49893593/84929d03-311c-41e5-8afc-4183518686d9) It crashes the bot if theyre using `#sender` since its `null` here ![image](https://github.com/open-wa/wa-automate-nodejs/assets/49893593/ea3de970-0af6-4d7a-976c-0c9e11445dbd)

### Are you using the latest version of the library? - [X] I have checked and am using the latest version of the library. ### What type of session are...