MadelineProto/docs/API_docs_55/constructors/contacts_blockedSlice.md

27 lines
662 B
Markdown
Raw Normal View History

---
title: contacts_blockedSlice
description: contacts_blockedSlice attributes, type and example
---
## 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:
```
$contacts_blockedSlice = ['_' => 'contacts_blockedSlice', 'count' => int, 'blocked' => [Vector t], 'users' => [Vector t], ];
```