MadelineProtoDocs/old_docs/API_docs_v66/constructors/topPeerCategoryGroups.md

34 lines
517 B
Markdown

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