MadelineProto/old_docs/API_docs_v23/constructors/audioEmpty.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

43 lines
581 B
Markdown

---
title: audioEmpty
description: audioEmpty attributes, type and example
---
## Constructor: audioEmpty
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|---------------|----------|
|id|[long](../types/long.md) | Yes|
### Type: [Audio](../types/Audio.md)
### Example:
```
$audioEmpty = ['_' => 'audioEmpty', 'id' => long];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "audioEmpty", "id": long}
```
Or, if you're into Lua:
```
audioEmpty={_='audioEmpty', id=long}
```