Deletes messages by their identifiers.
---functions---
messages.deleteMessages#14f2dd0a id:Vector<int> = Vector<int>;
| Name | Type | Description |
|---|---|---|
| flags | # | Flags, see TL conditional fields |
| revoke | flags.0?true | Whether to delete messages for all participants of the chat |
| id | Vector<int> | Message ID list |
The method returns the list of successfully deleted messages in Vector<int>.
| Code | Type | Description |
|---|---|---|
| 403 | MESSAGE_DELETE_FORBIDDEN | You can't delete one of the messages you tried to delete, most likely because it is a service message. |
| 400 | MESSAGE_ID_INVALID | The provided message id is invalid. |