MadelineProtoDocs/docs/API_docs/constructors/contacts_topPeersDisabled.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

618 B

title description image
contacts.topPeersDisabled Top peers disabled https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: contacts.topPeersDisabled

Back to constructors index

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