mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 16:07:25 +01:00
35 lines
485 B
Markdown
35 lines
485 B
Markdown
---
|
|
title: messageMediaEmpty
|
|
description: messageMediaEmpty attributes, type and example
|
|
---
|
|
## Constructor: messageMediaEmpty
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|
|
|
|
|
|
### Type: [MessageMedia](../types/MessageMedia.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messageMediaEmpty = ['_' => 'messageMediaEmpty', ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
messageMediaEmpty={_='messageMediaEmpty', }
|
|
|
|
```
|
|
|
|
|