Info on users from the current user's black list.
contacts.blocked#1c138d15 blocked:Vector<ContactBlocked> users:Vector<User> = contacts.Blocked;
contacts.blockedSlice#900802a1 count:int blocked:Vector<ContactBlocked> users:Vector<User> = contacts.Blocked;
---functions---
contacts.getBlocked#f57c350f offset:int limit:int = contacts.Blocked;
| Constructor | Description |
|---|---|
| contacts.blocked | Full list of blocked users. |
| contacts.blockedSlice | Incomplete list of blocked users. |
| Method | Description |
|---|---|
| contacts.getBlocked | Returns the list of blocked users. |