789 B
789 B
title | description |
---|---|
inlineQueryResultAudio | Represents an audio cached on the telegram server |
Constructor: inlineQueryResultAudio
Represents an audio cached on the telegram server
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | string | Yes | Unique identifier of this result |
audio | audio | Yes | The audio |
Type: InlineQueryResult
Example:
$inlineQueryResultAudio = ['_' => 'inlineQueryResultAudio', 'id' => string, 'audio' => audio, ];
Or, if you're into Lua:
inlineQueryResultAudio={_='inlineQueryResultAudio', id=string, audio=audio, }