MadelineProto/old_docs/API_docs_v41/constructors/audioEmpty.md

36 lines
481 B
Markdown
Raw Normal View History

---
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, ];
```
Or, if you're into Lua:
```
audioEmpty={_='audioEmpty', id=long, }
```