35 lines
621 B
Markdown
35 lines
621 B
Markdown
|
---
|
||
|
title: contacts.topPeersNotModified
|
||
|
description: Top peer info hasn't changed
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
redirect_from: /API_docs/constructors/contacts_topPeersNotModified.html
|
||
|
---
|
||
|
# Constructor: contacts.topPeersNotModified
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Top peer info hasn't changed
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [contacts.TopPeers](../types/contacts.TopPeers.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$contacts.topPeersNotModified = ['_' => 'contacts.topPeersNotModified'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
contacts.topPeersNotModified={_='contacts.topPeersNotModified'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|