MadelineProto/old_docs/API_docs_v55/constructors/contacts_topPeersNotModified.md

31 lines
476 B
Markdown
Raw Normal View History

---
2017-01-19 23:02:27 +01:00
title: contacts.topPeersNotModified
description: contacts_topPeersNotModified attributes, type and example
---
2017-01-19 23:02:27 +01:00
## Constructor: contacts.topPeersNotModified
[Back to constructors index](index.md)
### Type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
### Example:
```
2017-01-19 23:02:27 +01:00
$contacts_topPeersNotModified = ['_' => 'contacts.topPeersNotModified', ];
```
Or, if you're into Lua:
```
contacts_topPeersNotModified={_='contacts.topPeersNotModified', }
```