MadelineProto/old_docs/API_docs_v70/constructors/topPeerCategoryPhoneCalls.md

38 lines
553 B
Markdown

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