contacts.getBlocked

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;

Parameters

Name Type Description
flags # Flags, see TL conditional fields
my_stories_from flags.0?true Whether to fetch the story blocklist; if not set, will fetch the main blocklist. See here ยป for differences between the two.
offset int The number of list elements to be skipped
limit int The number of list elements to be returned

Result

contacts.Blocked

Related pages

Blocklist

Working with the blocklist.