contacts.blockedSlice#e1664194 count:int blocked:Vector<PeerBlocked> chats:Vector<Chat> users:Vector<User> = contacts.Blocked;
Parameters
| Name | Type | Description |
| count |
int |
Total number of records, not the size of this page. |
| blocked |
Vector<PeerBlocked> |
|
| chats |
Vector<Chat> |
Chats and channels referenced by the response — the client should put them in its cache. |
| users |
Vector<User> |
Users referenced by the response — the client should put them in its cache. |
Type
contacts.Blocked
Related pages
Types used here