MadelineProto/docs/TD_docs/constructors/inlineQueryResultVoice.md

25 lines
622 B
Markdown
Raw Normal View History

---
title: inlineQueryResultVoice
description: Represents a voice cached on the telegram server
---
## Constructor: inlineQueryResultVoice
[Back to constructors index](index.md)
Represents a voice cached on the telegram server
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
|id|[string](../types/string.md) | Yes|Unique identifier of this result|
2017-09-29 15:50:59 +02:00
|voice|[voice](../constructors/voice.md) | Yes|The voice|
|title|[string](../types/string.md) | Yes|Title of the voice file|
### Type: [InlineQueryResult](../types/InlineQueryResult.md)