25 lines
404 B
Markdown
25 lines
404 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, ];
|
||
|
```
|