1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:07:47 +01:00
MadelineProto/old_docs/API_docs_v27/constructors/inputEncryptedFileLocation.md

586 B

title description
inputEncryptedFileLocation inputEncryptedFileLocation attributes, type and example

Constructor: inputEncryptedFileLocation

Back to constructors index

Attributes:

Name Type Required
id long Required
access_hash long Required

Type: InputFileLocation

Example:

$inputEncryptedFileLocation = ['_' => 'inputEncryptedFileLocation', 'id' => long, 'access_hash' => long, ];