Latest stories

get_message_acknowledge

  • Inputs
{
    "chat_id": "string",
    "last_message_date": "float"
}

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

  • Extra Description
Response to the server that user received the messages up to the time mentioned as last_message_date, in order to update last seen in the chat

  • Sample
  • Url:
https://api.pantel.me/a/get_message_acknowledge?last_message_date=1545736391.0904250145&chat_id=010620b7ea7fc9f27760e822161ef35fa947
  • Output:
                                {
    "status": "success",
    "time": 1526966340.437936
}