MadelineProto/docs/TD_docs/constructors/importedContacts.md

24 lines
738 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
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 |
|----------|---------------|----------|-------------|
2017-09-29 15:50:59 +02:00
|user\_ids|Array of [int](../types/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](../types/int.md) | Yes|Number of users which imported corresponding contact. 0 for already registered users or if unavailable|
2017-08-25 15:05:53 +02:00
### Type: [ImportedContacts](../types/ImportedContacts.md)