mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 01:00:55 +01:00
20 lines
308 B
Markdown
20 lines
308 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', ];
|
||
|
```
|