MadelineProtoDocs/docs/TD_docs/methods/deleteMessages.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

26 lines
760 B
Markdown

---
title: deleteMessages
description: Deletes messages
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Method: deleteMessages
[Back to methods index](index.md)
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Deletes messages
### Parameters:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier|
|message\_ids|Array of [int53](../types/int53.md) | Yes|Identifiers of messages to delete|
|revoke|[Bool](../types/Bool.md) | Yes|Pass true to try to delete sent messages for all chat members (may fail if messages are too old). Is always true for Channels and SecretChats|
### Return type: [Ok](../types/Ok.md)