MadelineProto/old_docs/API_docs_v45/constructors/contacts_blockedSlice.md

29 lines
665 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: contacts.blockedSlice
description: contacts_blockedSlice attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: contacts.blockedSlice
[Back to constructors index](index.md)
### 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:
```
2017-01-19 23:02:27 +01:00
$contacts_blockedSlice = ['_' => 'contacts.blockedSlice', 'count' => int, 'blocked' => [Vector t], 'users' => [Vector t], ];
```