mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:27:48 +01:00
525 B
525 B
Constructor: topPeerCategoryPeers
Attributes:
Name | Type | Required |
---|---|---|
category | TopPeerCategory | Required |
count | int | Required |
peers | Array of TopPeer | Required |
Type:
Example:
$topPeerCategoryPeers = ['_' => topPeerCategoryPeers', 'category' => TopPeerCategory, 'count' => int, 'peers' => [Vector t], ];