MadelineProtoDocs/old_docs/API_docs_v102/constructors/contacts_topPeersDisabled.md
2019-06-24 15:45:02 +02:00

512 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'];

Or, if you're into Lua:

contacts_topPeersDisabled={_='contacts.topPeersDisabled'}