MadelineProto/docs/API_docs/constructors/documentAttributeAudio_23.md

36 lines
613 B
Markdown
Raw Normal View History

---
2017-05-28 04:49:19 +02:00
title: documentAttributeAudio
description: documentAttributeAudio attributes, type and example
---
2017-05-28 04:49:19 +02:00
## 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:
```
2017-05-28 04:49:19 +02:00
$documentAttributeAudio_23 = ['_' => 'documentAttributeAudio', 'duration' => int, ];
```
Or, if you're into Lua:
```
2017-05-28 04:49:19 +02:00
documentAttributeAudio_23={_='documentAttributeAudio', duration=int, }
```