- API ›
- Constructors ›
- Contacts ›
- TopPeers
TopPeers
---types--- contacts.topPeers#70b772a8 categories:Vector<TopPeerCategoryPeers> chats:Vector<Chat> users:Vector<User> = contacts.TopPeers
Belongs to
| contacts.TopPeers |
In Rust this constructor is a variant of the enums::contacts.TopPeers enum.
Match on it with: if let enums::contacts.TopPeers::TopPeers(v) = result { ... }