Souhaib Aharmouch

Results 4 comments of Souhaib Aharmouch

with some accounts it was 1000 chat

```csharp public async Task DeleteMessage(string contactId, string messageId) { try { var jsCode = $@" async () => {{ try {{ await WPP.chat.deleteMessage('{contactId}@c.us', '{messageId}', true, true); return {{ success: true...

the thing is it always return True

if i tried in my messages , they will be revoked but not delete , and if i tried on my received messages nothing happend , and no error from...