618 B
618 B
title | description | image |
---|---|---|
contacts.topPeersDisabled | Top peers disabled | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: contacts.topPeersDisabled
Top peers disabled
Type: contacts_TopPeers
Example:
$contacts_topPeersDisabled = ['_' => 'contacts.topPeersDisabled'];
PWRTelegram json-encoded version:
{"_": "contacts.topPeersDisabled"}
Or, if you're into Lua:
contacts_topPeersDisabled={_='contacts.topPeersDisabled'}