MadelineProto/old_docs/API_docs_v68/constructors/topPeerCategoryGroups.md

38 lines
521 B
Markdown
Raw Normal View History

2017-07-23 17:44:01 +02:00
---
title: topPeerCategoryGroups
description: topPeerCategoryGroups attributes, type and example
---
## Constructor: topPeerCategoryGroups
[Back to constructors index](index.md)
### Type: [TopPeerCategory](../types/TopPeerCategory.md)
### Example:
```
$topPeerCategoryGroups = ['_' => 'topPeerCategoryGroups'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "topPeerCategoryGroups"}
```
Or, if you're into Lua:
```
topPeerCategoryGroups={_='topPeerCategoryGroups'}
```