34 lines
465 B
Markdown
34 lines
465 B
Markdown
---
|
|
title: messageActionEmpty
|
|
description: Empty message action
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: messageActionEmpty
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Empty message action
|
|
|
|
|
|
|
|
|
|
### Type: [MessageAction](../types/MessageAction.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```php
|
|
$messageActionEmpty = ['_' => 'messageActionEmpty'];
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
```lua
|
|
messageActionEmpty={_='messageActionEmpty'}
|
|
|
|
```
|
|
|
|
|