MadelineProto/old_docs/API_docs_v23/constructors/inputUserContact.md
2017-02-12 20:32:28 +03:00

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, ];
```