Latest stories

sync_acknowledge

  • Inputs
{
    "update_message_id": "integer"
}

  • Errors
{
    "must_login": "user must be login"
}

  • Extra Description
Informs server that all messages up to update_message_id should be considered read for this session

  • Sample
  • Url:
https://api.pantel.me/a/sync_acknowledge?update_message_id=15950530605397642
  • Output:
                                {
    "status": "success",
    "time": 1526966340.437936
}