mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 02:18:24 +01:00
17 lines
542 B
Markdown
17 lines
542 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], ];
|
|
``` |