MadelineProtoDocs/docs/API_docs/constructors/inputEncryptedFileLocation.md

813 B

title description image
inputEncryptedFileLocation Encrypted file location https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputEncryptedFileLocation

Back to constructors index

Encrypted file location

Attributes:

Name Type Required Description
id long Yes ID
access_hash long Yes Access hash

Type: InputFileLocation

Example:

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

Or, if you're into Lua:

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