23 lines
602 B
Markdown
23 lines
602 B
Markdown
---
|
|
title: importContacts
|
|
description: Adds new contacts/edits existing contacts, contacts user identifiers are ignored
|
|
---
|
|
## Method: importContacts
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Adds new contacts/edits existing contacts, contacts user identifiers are ignored
|
|
|
|
### Params:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|contacts|Array of [contact](../constructors/contact.md) | Yes|List of contacts to import/edit|
|
|
|
|
|
|
### Return type: [ImportedContacts](../types/ImportedContacts.md)
|
|
|