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