38 lines
493 B
Markdown
38 lines
493 B
Markdown
|
---
|
||
|
title: messageActionEmpty
|
||
|
description: messageActionEmpty attributes, type and example
|
||
|
---
|
||
|
## Constructor: messageActionEmpty
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [MessageAction](../types/MessageAction.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$messageActionEmpty = ['_' => 'messageActionEmpty'];
|
||
|
```
|
||
|
|
||
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
||
|
|
||
|
```
|
||
|
{"_": "messageActionEmpty"}
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
messageActionEmpty={_='messageActionEmpty'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|