mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 10:47:54 +01:00
16 lines
376 B
Markdown
16 lines
376 B
Markdown
## Constructor: updateUserBlocked
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|user\_id|[int](../types/int.md) | Required|
|
|
|blocked|[Bool](../types/Bool.md) | Required|
|
|
### Type:
|
|
|
|
[Update](../types/Update.md)
|
|
### Example:
|
|
|
|
```
|
|
$updateUserBlocked = ['_' => updateUserBlocked', 'user_id' => int, 'blocked' => Bool, ];
|
|
``` |