MadelineProtoDocs/old_docs/API_docs_v27/constructors/audioEmpty.md

39 lines
570 B
Markdown

---
title: audioEmpty
description: Empty audio
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: audioEmpty
[Back to constructors index](index.md)
Empty audio
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[long](../types/long.md) | Yes|ID|
### Type: [Audio](../types/Audio.md)
### Example:
```php
$audioEmpty = ['_' => 'audioEmpty', 'id' => long];
```
Or, if you're into Lua:
```lua
audioEmpty={_='audioEmpty', id=long}
```