Constructor: contacts.blockedSlice
Incomplete list of blocked users.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
count | int | Yes | Total number of elements in the list |
blocked | Array of PeerBlocked | Yes | List of blocked users |
chats | Array of Chat | Yes | Blocked chats |
users | Array of User | Yes | List of users |
Type: contacts.Blocked
Example:
$contacts_blockedSlice = ['_' => 'contacts.blockedSlice', 'count' => int, 'blocked' => [PeerBlocked, PeerBlocked], 'chats' => [Chat, Chat], 'users' => [User, User]];