578 B
578 B
title | description |
---|---|
inputAudio | inputAudio attributes, type and example |
Constructor: inputAudio
Attributes:
Name | Type | Required |
---|---|---|
id | long | Yes |
access_hash | long | Yes |
Type: InputAudio
Example:
$inputAudio = ['_' => 'inputAudio', 'id' => long, 'access_hash' => long, ];
Or, if you're into Lua:
inputAudio={_='inputAudio', id=long, access_hash=long, }