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