MadelineProtoDocs/old_docs/API_docs_v91/constructors/contacts_topPeersDisabled.md
2019-03-08 13:49:23 +01: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'}