MadelineProtoDocs/old_docs/API_docs_v105/constructors/contacts_topPeersNotModified.md
2019-12-27 17:48:04 +01:00

550 B

title description image
contacts.topPeersNotModified Top peer info hasn't changed https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: contacts.topPeersNotModified

Back to constructors index

Top peer info hasn't changed

Type: contacts_TopPeers

Example:

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

Or, if you're into Lua:

contacts_topPeersNotModified={_='contacts.topPeersNotModified'}