1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 17:27:43 +01:00
MadelineProto/docs/API_docs/constructors/contacts_topPeers.md
2016-12-19 20:56:05 +03:00

20 lines
545 B
Markdown

## 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|
### Type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
### Example:
```
$contacts_topPeers = ['_' => contacts_topPeers', 'categories' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
```