mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 10:19:36 +01:00
22 lines
347 B
Markdown
22 lines
347 B
Markdown
---
|
|
title: messageActionHistoryClear
|
|
description: messageActionHistoryClear attributes, type and example
|
|
---
|
|
## Constructor: messageActionHistoryClear
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [MessageAction](../types/MessageAction.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messageActionHistoryClear = ['_' => 'messageActionHistoryClear', ];
|
|
```
|
|
|