mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 03:38:16 +01:00
19 lines
490 B
Markdown
19 lines
490 B
Markdown
|
## 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:
|
||
|
|
||
|
|
||
|
```
|
||
|
$contacts_blockedSlice = ['count' => int, 'blocked' => [ContactBlocked], 'users' => [User], ];
|
||
|
```
|