MadelineProto/old_docs/API_docs_v46/constructors/audioEmpty.md

27 lines
408 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) | Required|
### Type: [Audio](../types/Audio.md)
### Example:
```
$audioEmpty = ['_' => 'audioEmpty', 'id' => long, ];
```