MadelineProto/docs/API_docs/constructors/contacts_topPeers.md

17 lines
542 B
Markdown
Raw Normal View History

## 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 18:35:27 +01:00
[contacts\_TopPeers](../types/contacts_TopPeers.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$contacts_topPeers = ['_' => contacts_topPeers', 'categories' => [Vector t], 'chats' => [Vector t], 'users' => [Vector t], ];
```