36 lines
613 B
Markdown
36 lines
613 B
Markdown
---
|
|
title: documentAttributeAudio
|
|
description: documentAttributeAudio attributes, type and example
|
|
---
|
|
## Constructor: documentAttributeAudio\_23
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|duration|[int](../types/int.md) | Yes|
|
|
|
|
|
|
|
|
### Type: [DocumentAttribute](../types/DocumentAttribute.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$documentAttributeAudio_23 = ['_' => 'documentAttributeAudio', 'duration' => int, ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
documentAttributeAudio_23={_='documentAttributeAudio', duration=int, }
|
|
|
|
```
|
|
|
|
|