mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 17:06:57 +01:00
24 lines
477 B
Markdown
24 lines
477 B
Markdown
---
|
|
title: updateUserBlocked
|
|
description: User blocked/unblocked
|
|
---
|
|
## Constructor: updateUserBlocked
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
User blocked/unblocked
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|user\_id|[int](../types/int.md) | Yes|User identifier|
|
|
|is\_blocked|[Bool](../types/Bool.md) | Yes|Is user blacklisted by current user|
|
|
|
|
|
|
|
|
### Type: [Update](../types/Update.md)
|
|
|
|
|