TDLib v0.0.2 TDLib.Object.UpdateDeleteMessages View Source
Some messages were deleted.
| Name | Type | Description |
|---|---|---|
| chat_id | string | Chat identifier. |
| message_ids | string[] | Identifiers of the deleted messages. |
| is_permanent | bool | True, if the messages are permanently deleted by a user (as opposed to just becoming unaccessible). |
| from_cache | bool | True, if the messages are deleted only from the cache and can possibly be retrieved again in the future. |
More details on telegram’s documentation.