1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 15:47:21 +01:00
MadelineProto/docs/API_docs/constructors/topPeerCategoryPhoneCalls.md
2017-07-23 16:11:02 +02:00

556 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', }