MadelineProtoDocs/docs/API_docs/constructors/messageActionHistoryClear.md
2024-05-01 14:53:46 +02:00

25 lines
469 B
Markdown

---
title: "messageActionHistoryClear"
description: "Chat history was cleared"
nav_exclude: true
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: messageActionHistoryClear
[Back to constructors index](/API_docs/constructors/index.html)
Chat history was cleared
### Type: [MessageAction](/API_docs/types/MessageAction.html)
### Example:
```
$messageActionHistoryClear = ['_' => 'messageActionHistoryClear'];
```