mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 23:59:38 +01:00
19 lines
379 B
Markdown
19 lines
379 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, ];
|
|
``` |