MadelineProtoDocs/docs/API_docs/constructors/contacts.topPeersDisabled.md

34 lines
511 B
Markdown
Raw Normal View History

2019-06-23 13:07:51 +02:00
---
title: contacts.topPeersDisabled
description: Top peers disabled
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: contacts.topPeersDisabled
[Back to constructors index](index.md)
Top peers disabled
2019-12-27 18:25:37 +01:00
### Type: [contacts.TopPeers](../types/contacts.TopPeers.md)
2019-06-23 13:07:51 +02:00
### Example:
```php
2019-12-27 18:25:37 +01:00
$contacts.topPeersDisabled = ['_' => 'contacts.topPeersDisabled'];
2019-06-23 13:07:51 +02:00
```
Or, if you're into Lua:
```lua
2019-12-27 18:25:37 +01:00
contacts.topPeersDisabled={_='contacts.topPeersDisabled'}
2019-06-23 13:07:51 +02:00
```