Returns the list of blocked users.
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;
Name | Type | Description |
---|---|---|
offset | int | The number of list elements to be skipped |
limit | int | The number of list elements to be returned |