MadelineProtoDocs/old_docs/API_docs_v105/constructors/topPeerCategoryGroups.md
2019-09-13 17:13:55 +02:00

34 lines
495 B
Markdown

---
title: topPeerCategoryGroups
description: Top peer category groups
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: topPeerCategoryGroups
[Back to constructors index](index.md)
Top peer category groups
### Type: [TopPeerCategory](../types/TopPeerCategory.md)
### Example:
```php
$topPeerCategoryGroups = ['_' => 'topPeerCategoryGroups'];
```
Or, if you're into Lua:
```lua
topPeerCategoryGroups={_='topPeerCategoryGroups'}
```