MadelineProtoDocs/docs/API_docs/constructors/contacts_topPeersDisabled.md

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