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:
- Output:
{
"status": "success",
"time": 1526966340.437936
}