mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 15:27:20 +01:00
16 lines
393 B
Markdown
16 lines
393 B
Markdown
## Constructor: importedContact
|
|
|
|
### 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, ];
|
|
``` |