Latest stories

unkick_user

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

  • Errors
{
    "must_login": "user must be login",
    "permission_denied": "user does not have permission to unkick kicked users of the chat",
    "user_is_not_member": "user is not member of chat"
}

  • Extra Description
Reverse the action of kick out from chat by the user with administrative privilege

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