24 lines
546 B
Markdown
24 lines
546 B
Markdown
---
|
|
title: deleteContacts
|
|
description: Deletes users from contacts list
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Method: deleteContacts
|
|
[Back to methods index](index.md)
|
|
|
|
|
|
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
|
|
|
|
|
|
Deletes users from contacts list
|
|
|
|
### Parameters:
|
|
|
|
| Name | Type | Description | Required |
|
|
|----------|---------------|-------------|----------|
|
|
|user\_ids|Array of [int](../types/int.md) | Identifiers of users to be deleted | Yes|
|
|
|
|
|
|
### Return type: [Ok](../types/Ok.md)
|
|
|