MadelineProto/docs/API_docs/constructors/contactBlocked.md

18 lines
352 B
Markdown

## Constructor: contactBlocked
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|user\_id|[int](../types/int.md) | Required|
|date|[int](../types/int.md) | Required|
### Type: [ContactBlocked](../types/ContactBlocked.md)
### Example:
```
$contactBlocked = ['user_id' => int, 'date' => int, ];
```