--- 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'} ```