## Constructor: contacts\_blocked ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |blocked|Array of [ContactBlocked](../types/ContactBlocked.md) | Required| |users|Array of [User](../types/User.md) | Required| ### Type: [contacts\_Blocked](../types/contacts\_Blocked.md) ### Example: ``` $contacts_blocked = ['blocked' => [ContactBlocked], 'users' => [User], ]; ```