1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 07:16:55 +01:00
MadelineProto/docs/TD_docs/methods/importContacts.md

23 lines
877 B
Markdown
Raw Normal View History

---
title: importContacts
description: Adds new contacts/edits existing contacts, contacts user identifiers are ignored. Returns list of corresponding users in the same order as input contacts. If contact doesn't registered in Telegram, user with id == 0 will be returned
---
## Method: importContacts
[Back to methods index](index.md)
2017-06-06 18:39:21 +02:00
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Adds new contacts/edits existing contacts, contacts user identifiers are ignored. Returns list of corresponding users in the same order as input contacts. If contact doesn't registered in Telegram, user with id == 0 will be returned
### Params:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|contacts|Array of [contact](../types/contact.md) | Yes|List of contacts to import/edit|
### Return type: [Users](../types/Users.md)