MadelineProto/docs/API_docs/constructors/importedContact.md
2016-12-20 13:32:11 +01:00

26 lines
526 B
Markdown

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