19 lines
496 B
Markdown
19 lines
496 B
Markdown
|
## Constructor: topPeerCategoryPeers
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|category|[TopPeerCategory](../types/TopPeerCategory.md) | Required|
|
||
|
|count|[int](../types/int.md) | Required|
|
||
|
|peers|Array of [TopPeer](../types/TopPeer.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [TopPeerCategoryPeers](../types/TopPeerCategoryPeers.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$topPeerCategoryPeers = ['category' => TopPeerCategory, 'count' => int, 'peers' => [TopPeer], ];
|
||
|
```
|