1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 03:56:57 +01:00
MadelineProto/docs/TD_docs/constructors/updateDeleteMessages.md

24 lines
503 B
Markdown
Raw Normal View History

---
title: updateDeleteMessages
description: Some messages was deleted
---
## Constructor: updateDeleteMessages
[Back to constructors index](index.md)
Some messages was deleted
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|chat\_id|[long](../types/long.md) | Yes|Chat identifier|
|message\_ids|Array of [long](../constructors/long.md) | Yes|Identifiers of deleted message|
### Type: [Update](../types/Update.md)