2017-03-31 17:35:20 +02:00
|
|
|
---
|
|
|
|
title: contacts.topPeersNotModified
|
|
|
|
description: contacts_topPeersNotModified attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: contacts.topPeersNotModified
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-05-18 11:12:33 +01:00
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
2017-03-31 17:35:20 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [contacts\_TopPeers](../types/contacts_TopPeers.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
|
|
|
$contacts_topPeersNotModified = ['_' => 'contacts.topPeersNotModified', ];
|
|
|
|
```
|
|
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
contacts_topPeersNotModified={_='contacts.topPeersNotModified', }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|