Latest stories

seen

  • Inputs
{
    "message_id": "list of integers"
}

  • Errors
{
    "all_messages_have_been_seen_by_user": "all messages have been seen by user",
    "must_login": "user must be login",
    "no_valid_messages": "message_id is wrong or user is not a member of chat, or user is sender of message"
}

  • Extra Description
Add seen to all the messages in the list input

  • Sample
  • Url:
https://api.pantel.me/a/seen?message_id=[1546251790431765]
  • Output:
                                {
    "status": "success",
    "time": 1526966340.437936
}