MadelineProto/old_docs/API_docs_v68/constructors/topPeerCategoryPhoneCalls.md
2017-07-23 17:44:01 +02:00

553 B

title description
topPeerCategoryPhoneCalls topPeerCategoryPhoneCalls attributes, type and example

Constructor: topPeerCategoryPhoneCalls

Back to constructors index

Type: TopPeerCategory

Example:

$topPeerCategoryPhoneCalls = ['_' => 'topPeerCategoryPhoneCalls'];

PWRTelegram json-encoded version:

{"_": "topPeerCategoryPhoneCalls"}

Or, if you're into Lua:

topPeerCategoryPhoneCalls={_='topPeerCategoryPhoneCalls'}