2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: inputMessageVoice
|
|
|
|
description: Voice message
|
|
|
|
---
|
|
|
|
## Constructor: inputMessageVoice
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Voice message
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-03-11 19:54:51 +01:00
|
|
|
|voice|[InputFile](../types/InputFile.md) | Yes|Voice file to send|
|
2017-08-25 15:05:53 +02:00
|
|
|
|duration|[int](../types/int.md) | Yes|Duration of the voice in seconds|
|
2017-03-11 19:54:51 +01:00
|
|
|
|waveform|[bytes](../types/bytes.md) | Yes|Waveform representation of the voice in 5-bit format|
|
|
|
|
|caption|[string](../types/string.md) | Yes|Voice caption, 0-200 characters|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [InputMessageContent](../types/InputMessageContent.md)
|
|
|
|
|
|
|
|
|