mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 14:46:54 +01:00
25 lines
533 B
Markdown
25 lines
533 B
Markdown
---
|
|
title: messageAudio
|
|
description: Audio message
|
|
---
|
|
## Constructor: messageAudio
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Audio message
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|audio|[audio](../types/audio.md) | Yes|Message content|
|
|
|caption|[string](../types/string.md) | Yes|Audio caption|
|
|
|is\_listened|[Bool](../types/Bool.md) | Yes|True, if the audio message was listened to|
|
|
|
|
|
|
|
|
### Type: [MessageContent](../types/MessageContent.md)
|
|
|
|
|