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