MadelineProto/old_docs/API_docs_v53/constructors/topPeerCategoryBotsPM.md

38 lines
524 B
Markdown
Raw Normal View History

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