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