mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
704 B
704 B
title | description | nav_exclude | image |
---|---|---|---|
topPeer | Top peer | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: topPeer
Top peer
Attributes:
Name | Type | Required | Description |
---|---|---|---|
peer | long | Yes | Peer |
rating | double | Yes | Rating as computed in top peer rating » |
Type: TopPeer
Example:
$topPeer = ['_' => 'topPeer', 'peer' => long, 'rating' => double];