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

647 B

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

Constructor: contacts.topPeersNotModified

Back to constructors index

Top peers not modified

Type: contacts_TopPeers

Example:

$contacts_topPeersNotModified = ['_' => 'contacts.topPeersNotModified'];

PWRTelegram json-encoded version:

{"_": "contacts.topPeersNotModified"}

Or, if you're into Lua:

contacts_topPeersNotModified={_='contacts.topPeersNotModified'}