31 lines
476 B
Markdown
31 lines
476 B
Markdown
|
---
|
||
|
title: decryptedMessageMediaEmpty8
|
||
|
description: decryptedMessageMediaEmpty8 attributes, type and example
|
||
|
---
|
||
|
## Constructor: decryptedMessageMediaEmpty8
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [DecryptedMessageMedia](../types/DecryptedMessageMedia.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$decryptedMessageMediaEmpty8 = ['_' => 'decryptedMessageMediaEmpty8', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
decryptedMessageMediaEmpty8={_='decryptedMessageMediaEmpty8', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|