Latest stories

get_message_status

  • Inputs
{
    "message_id": "list of string: id of messages"
}

  • Errors
{
    "must_login": "user must be login",
    "no_valid_message_id": "not found in the caller's chats"
}

  • Extra Description
Returns detailed information of a list of messages

  • Sample
  • Url:
https://api.pantel.me/a/get_message_status?message_id=["1547456941750710"]
  • Output:
                                {
    "result": [
        {
            "body": null,
            "chat_id": "010620b7ea7fc9f27760e822161ef35fa947",
            "date": 1570964294.01244,
            "edit_date": null,
            "liked": 0,
            "likes": 0,
            "message_id": 1545717031999010,
            "og_data": null,
            "reply_markup": null,
            "seen": 2,
            "sender": 1000013,
            "wall_id": null
        }
    ],
    "status": "success",
    "time": 1547562033.0683827
}