MadelineProto/docs/API_docs/constructors/decryptedMessageMediaEmpty_8.md

31 lines
476 B
Markdown
Raw Normal View History

---
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', }
```