31 lines
450 B
Markdown
31 lines
450 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', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
topPeerCategoryPhoneCalls={_='topPeerCategoryPhoneCalls', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|