- API ›
- Constructors ›
- Contacts ›
- Blocked
Blocked
---types--- contacts.blocked#0ade1591 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::Blocked(v) = result { ... }