Sending seen flag

The seen flag is sent for a specific contact. After that, the latest messages in the chat sent by that contact are marked as seen.

To send this request, issue a POST request to:

https://whatsgate.org/api/v1/seen

The request body must contain:

{
  "WhatsappID": "YOUR_WHATSAPP_ID",
  "recipient": {
    "id": "79999999999@c.us"
  }
}

Successful response object

{
  "result": "OK"
}