mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 01:19:56 +01:00
19 lines
246 B
Markdown
19 lines
246 B
Markdown
---
|
|
title: messageActionEmpty
|
|
---
|
|
## Constructor: messageActionEmpty
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [MessageAction](../types/MessageAction.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messageActionEmpty = ['_' => messageActionEmpty', ];
|
|
``` |