MadelineProto/docs/API_docs/constructors/contacts_blockedSlice.md

19 lines
519 B
Markdown
Raw Normal View History

## Constructor: contacts\_blockedSlice
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|count|[int](../types/int.md) | Required|
|blocked|Array of [ContactBlocked](../types/ContactBlocked.md) | Required|
|users|Array of [User](../types/User.md) | Required|
### Type: [contacts\_Blocked](../types/contacts\_Blocked.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$contacts_blockedSlice = ['_' => contacts_blockedSlice', 'count' => int, 'blocked' => [Vector t], 'users' => [Vector t], ];
```