mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 08:14:39 +01:00
553 B
553 B
title | description |
---|---|
topPeerCategoryPhoneCalls | topPeerCategoryPhoneCalls attributes, type and example |
Constructor: topPeerCategoryPhoneCalls
Type: TopPeerCategory
Example:
$topPeerCategoryPhoneCalls = ['_' => 'topPeerCategoryPhoneCalls'];
PWRTelegram json-encoded version:
{"_": "topPeerCategoryPhoneCalls"}
Or, if you're into Lua:
topPeerCategoryPhoneCalls={_='topPeerCategoryPhoneCalls'}