mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 19:17:48 +01:00
566 B
566 B
title | description |
---|---|
inputAudioFileLocation | inputAudioFileLocation attributes, type and example |
Constructor: inputAudioFileLocation
Attributes:
Name | Type | Required |
---|---|---|
id | long | Required |
access_hash | long | Required |
Type: InputFileLocation
Example:
$inputAudioFileLocation = ['_' => 'inputAudioFileLocation', 'id' => long, 'access_hash' => long, ];