Latest stories

follow_wall

  • Inputs
{
    "invitation_hash": "string: invitation hash string that sent via chat admin to user. optional",
    "wall_id": "integer: id of Intended wall"
}

  • Errors
{
    "disabled_wall": "wall_id is not valid or wall was disabled",
    "invalid_invitation_hash_code": "invalid invitation hash code",
    "must_login": "user must be login",
    "you_have_already_joined_this_wall": "user already joined this wall"
}

  • Extra Description
Follow wall and join chat if wall is public, otherwise, send a request for the admin

  • Sample
  • Url:
https://api.pantel.me/a/follow_wall?wall_id=-1000940
  • Output:
                                {
    "status": "success",
    "time": 1526966340.437936
}