--- title: updateContactRegistered description: updateContactRegistered attributes, type and example --- ## Constructor: updateContactRegistered [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |user\_id|[int](../types/int.md) | Required| |date|[int](../types/int.md) | Required| ### Type: [Update](../types/Update.md) ### Example: ``` $updateContactRegistered = ['_' => 'updateContactRegistered', 'user_id' => int, 'date' => int, ]; ```