BbayuGt
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`  It crashes the bot if theyre using `#sender` since its `null` here 
### 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...