--- title: importContacts description: Adds new contacts/edits existing contacts, contacts user identifiers are ignored image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # 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 ### Parameters: | Name | Type | Description | Required | |----------|---------------|-------------|----------| |contacts|Array of [contact](../constructors/contact.md) | List of contacts to import/edit | Yes| ### Return type: [ImportedContacts](../types/ImportedContacts.md)