MadelineProtoDocs/old_docs/API_docs_v5/constructors/inputEncryptedFileLocation.md

1015 B

title description image
inputEncryptedFileLocation Location of encrypted secret chat file. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputEncryptedFileLocation

Back to constructors index

Location of encrypted secret chat file.

Attributes:

Name Type Required Description
id long Yes File ID, id parameter value from encryptedFile
access_hash long Yes Checksum, access_hash parameter value from encryptedFile

Type: InputFileLocation

Example:

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

Or, if you're into Lua:

inputEncryptedFileLocation={_='inputEncryptedFileLocation', id=long, access_hash=long}