- API ›
- Constructors ›
- Contacts ›
- BlockedSlice
BlockedSlice
---types--- contacts.blockedSlice#e1664194 count:int blocked:Vector<PeerBlocked> chats:Vector<Chat> users:Vector<User> = contacts.Blocked
Belongs to
| contacts.Blocked |
In Rust this constructor is a variant of the enums::contacts.Blocked enum.
Match on it with: if let enums::contacts.Blocked::BlockedSlice(v) = result { ... }