2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: messageVoice
|
|
|
|
description: Voice message
|
|
|
|
---
|
|
|
|
## Constructor: messageVoice
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Voice message
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-09-29 15:50:59 +02:00
|
|
|
|voice|[voice](../constructors/voice.md) | Yes|Message content|
|
2017-03-11 19:54:51 +01:00
|
|
|
|caption|[string](../types/string.md) | Yes|Voice caption|
|
|
|
|
|is\_listened|[Bool](../types/Bool.md) | Yes|True, if the voice message was listened to|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [MessageContent](../types/MessageContent.md)
|
|
|
|
|
|
|
|
|