1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 11:47:49 +01:00
MadelineProto/docs/API_docs/constructors/topPeerCategoryPeers.md

673 B

title description
topPeerCategoryPeers topPeerCategoryPeers attributes, type and example

Constructor: topPeerCategoryPeers

Back to constructors index

Attributes:

Name Type Required
category TopPeerCategory Required
count int Required
peers Array of TopPeer Required

Type: TopPeerCategoryPeers

Example:

$topPeerCategoryPeers = ['_' => 'topPeerCategoryPeers', 'category' => TopPeerCategory, 'count' => int, 'peers' => [Vector t], ];