mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
26 lines
534 B
Markdown
26 lines
534 B
Markdown
---
|
|
title: "contacts.topPeersDisabled"
|
|
description: "Top peers disabled"
|
|
nav_exclude: true
|
|
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](/API_docs/constructors/index.html)
|
|
|
|
|
|
|
|
Top peers disabled
|
|
|
|
|
|
|
|
|
|
### Type: [contacts.TopPeers](/API_docs/types/contacts.TopPeers.html)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$contacts_topPeersDisabled = ['_' => 'contacts.topPeersDisabled'];
|
|
```
|