MadelineProtoDocs/old_docs/API_docs_v2/constructors/audioEmpty.md
2020-06-16 17:50:25 +02:00

37 lines
554 B
Markdown

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