Latest stories

join_chat

  • Inputs
{
    "chat_id": "strings: list of chat id"
}

  • Errors
{
    "chat_id_is_invalid": "invalid chat_id or chat is not group or blog",
    "must_login": "user must be login",
    "user_is_not_member": "user should first follow wall",
    "you_have_already_joined_in_this_chat": "user already joined this chat"
}

  • Extra Description
Join the newly modified chat of the wall that has been followed by user before

  • Sample
  • Url:
https://api.pantel.me/a/join_chat?chat_id=["010691d1c893050d056e78eaf3172d4ad3de"]
  • Output:
                                {
    "status": "success",
    "time": 1526966340.437936
}