2016-12-19 16:56:52 +01:00
|
|
|
## Constructor: contacts\_topPeers
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
|
|
|
|categories|Array of [TopPeerCategoryPeers](../types/TopPeerCategoryPeers.md) | Required|
|
|
|
|
|chats|Array of [Chat](../types/Chat.md) | Required|
|
|
|
|
|users|Array of [User](../types/User.md) | Required|
|
2016-12-19 18:35:27 +01:00
|
|
|
### Type:
|
2016-12-19 16:56:52 +01:00
|
|
|
|
2016-12-19 18:35:27 +01:00
|
|
|
[contacts\_TopPeers](../types/contacts_TopPeers.md)
|
2016-12-19 16:56:52 +01:00
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2016-12-19 17:48:27 +01:00
|
|
|
$contacts_topPeers = ['_' => contacts_topPeers', 'categories' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
|
2016-12-19 16:56:52 +01:00
|
|
|
```
|