Latest stories

kick_user

  • Inputs
{
    "kick_id": "integer: user id",
    "wall_id": "integer: wall id"
}

  • Errors
{
    "already_been_kicked": "user is being kicked before",
    "must_login": "user must be login",
    "permission_denied": "user does not have permission to kick others from chat",
    "user_is_not_member": "kick_id belongs to a not-follower"
}

  • Extra Description
User with administrative privilege can kick out any member of the chat

  • Sample
  • Url:
https://api.pantel.me/a/kick_user?wall_id=-1000918&kick_id=1002793
  • Output:
                                {
    "status": "success",
    "time": 1526966340.437936
}