MadelineProto/docs/API_docs/constructors/topPeerCategoryBotsInline.md

35 lines
547 B
Markdown

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