alechkos
alechkos
You have to handle asynchronous functions propely
The issue is related to wweb, as long as you have not interacted with the user you will not be able to get his pushname
The original message object and the revoked one have attribute `type`, then you can compare two message ids and also the value of `type` they have, if the `revoked_message` has...
@hdem607 The problem is not with the library but with the whatsap web
outdated
@webmasternn Is this still relevant? Also provide your code
Fixed in latest lib version
```js const chat = await client.getChatById('[email protected]'); console.log(chat.isMuted); ```
#2789 #2816
Works as expected