1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 06:56:55 +01:00
MadelineProto/docs/TD_docs/constructors/inlineQueryResultVoice.md
2017-08-25 14:43:29 +02:00

615 B

title description
inlineQueryResultVoice Represents a voice cached on the telegram server

Constructor: inlineQueryResultVoice

Back to constructors index

Represents a voice cached on the telegram server

Attributes:

Name Type Required Description
id string Yes Unique identifier of this result
voice voice Yes The voice
title string Yes Title of the voice file

Type: InlineQueryResult