MadelineProtoDocs/old_docs/API_docs_v34/constructors/topPeerCategoryGroups.md

34 lines
517 B
Markdown
Raw Permalink Normal View History

2020-06-16 17:50:25 +02:00
---
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'}
```