31 lines
476 B
Markdown
31 lines
476 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', ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
decryptedMessageMediaEmpty_8={_='decryptedMessageMediaEmpty', }
|
|
|
|
```
|
|
|
|
|