MadelineProtoDocs/docs/API_docs/constructors/contacts_topPeersDisabled.md
2018-07-12 20:24:55 +02:00

631 B

title description image
contacts.topPeersDisabled contacts_topPeersDisabled attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: contacts.topPeersDisabled

Back to constructors index

Type: contacts_TopPeers

Example:

$contacts_topPeersDisabled = ['_' => 'contacts.topPeersDisabled'];

PWRTelegram json-encoded version:

{"_": "contacts.topPeersDisabled"}

Or, if you're into Lua:

contacts_topPeersDisabled={_='contacts.topPeersDisabled'}