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