Summary
Import contacts to the server
- Namespace
- OpenTl
.ClientApi .Services .Interfaces - Containing Type
- IContactsService
Syntax
Task<IImportedContacts> ImportContactsAsync(IReadOnlyList<TInputPhoneContact> contacts, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Name | Type | Description |
---|---|---|
contacts | IReadOnlyList |
Importing contacts |
cancellationToken | CancellationToken | Cancellation token |
Return Value
Type | Description |
---|---|
Task |
Imported contacts |