MadelineProtoDocs/docs/API_docs/constructors/topPeer.md
2024-05-01 14:53:46 +02:00

704 B

title description nav_exclude image
topPeer Top peer true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: topPeer

Back to constructors index

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];