mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 11:07:40 +01:00
25 lines
463 B
Markdown
25 lines
463 B
Markdown
|
---
|
||
|
title: inputMediaAudio
|
||
|
description: inputMediaAudio attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputMediaAudio
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|audio|[InputAudio](../types/InputAudio.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputMedia](../types/InputMedia.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputMediaAudio = ['_' => 'inputMediaAudio', 'audio' => InputAudio, ];
|
||
|
```
|