contacts.getBlocked

Returns the list of blocked users.

contacts.blocked#ade1591 blocked:Vector<PeerBlocked> chats:Vector<Chat> users:Vector<User> = contacts.Blocked;
contacts.blockedSlice#e1664194 count:int blocked:Vector<PeerBlocked> chats:Vector<Chat> users:Vector<User> = contacts.Blocked;
---functions---
contacts.getBlocked#f57c350f offset:int limit:int = contacts.Blocked;

Parameters

Name Type Description
offset int The number of list elements to be skipped
limit int The number of list elements to be returned

Result

contacts.Blocked