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