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

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