## Constructor: contactBlocked ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| |date|[int](../types/int.md) | Required| ### Type: [ContactBlocked](../types/ContactBlocked.md) ### Example: ``` $contactBlocked = ['user_id' => int, 'date' => int, ]; ```