MadelineProto/docs/TD_docs/constructors/inputMessageVoice.md

26 lines
663 B
Markdown
Raw Normal View History

---
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
|----------|---------------|----------|-------------|
|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|
|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)