mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
522 B
522 B
Constructor: contacts_topPeers
Attributes:
Name | Type | Required |
---|---|---|
categories | Array of TopPeerCategoryPeers | Required |
chats | Array of Chat | Required |
users | Array of User | Required |
Type: contacts_TopPeers
Example:
$contacts_topPeers = ['categories' => [TopPeerCategoryPeers], 'chats' => [Chat], 'users' => [User], ];