23 lines
424 B
Markdown
23 lines
424 B
Markdown
---
|
|
title: unblockUser
|
|
description: Removes user from black list
|
|
---
|
|
## Method: unblockUser
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Removes user from black list
|
|
|
|
### Params:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|user\_id|[int](../types/int.md) | Yes|User identifier|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|