MadelineProto/old_docs/API_docs_v46/constructors/contacts_blockedSlice.md
2017-01-19 23:02:27 +01:00

665 B

title description
contacts.blockedSlice contacts_blockedSlice attributes, type and example

Constructor: contacts.blockedSlice

Back to constructors index

Attributes:

Name Type Required
count int Required
blocked Array of ContactBlocked Required
users Array of User Required

Type: contacts_Blocked

Example:

$contacts_blockedSlice = ['_' => 'contacts.blockedSlice', 'count' => int, 'blocked' => [Vector t], 'users' => [Vector t], ];