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:
- Output:
{
"status": "success",
"time": 1526966340.437936
}