MadelineProto/old_docs/API_docs_v44/constructors/contacts_blocked.md

28 lines
583 B
Markdown
Raw Normal View History

---
title: contacts_blocked
description: contacts_blocked attributes, type and example
---
## Constructor: contacts\_blocked
[Back to constructors index](index.md)
### Attributes:
| Name | Type | 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_blocked = ['_' => 'contacts_blocked', 'blocked' => [Vector t], 'users' => [Vector t], ];
```