1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 22:46:55 +01:00
MadelineProto/docs/TD_docs/constructors/importedContacts.md
2017-08-25 15:05:53 +02:00

24 lines
752 B
Markdown

---
title: importedContacts
description: Represent result for ImportContacts request
---
## Constructor: importedContacts
[Back to constructors index](index.md)
Represent result for ImportContacts request
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|user\_ids|Array of [int](../constructors/int.md) | Yes|User identifiers of imported contacts in the same order as they was specified in the request. 0 if contact is not yet registered|
|importer\_count|Array of [int](../constructors/int.md) | Yes|Number of users which imported corresponding contact. 0 for already registered users or if unavailable|
### Type: [ImportedContacts](../types/ImportedContacts.md)