Latest stories

like

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

  • Errors
{
    "all_messages_has_been_liked_by_user": "user already liked the message",
    "must_login": "user must be login",
    "no_valid_messages": "message_id is incorrect or not in a public wall or user is not a member of chat"
}

  • Extra Description
Like messages from the list of message_ids

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