mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:27:52 +01:00
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', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|