MadelineProto/docs/API_docs/constructors/topPeerCategoryChannels.md

35 lines
533 B
Markdown

---
title: topPeerCategoryChannels
description: topPeerCategoryChannels attributes, type and example
---
## Constructor: topPeerCategoryChannels
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
### Type: [TopPeerCategory](../types/TopPeerCategory.md)
### Example:
```
$topPeerCategoryChannels = ['_' => 'topPeerCategoryChannels', ];
```
Or, if you're into Lua:
```
topPeerCategoryChannels={_='topPeerCategoryChannels', }
```