MadelineProtoDocs/docs/API_docs/constructors/inputSecureFileLocation.md

1.0 KiB

title description image
inputSecureFileLocation Location of encrypted telegram [passport](https://core.telegram.org/passport) file. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputSecureFileLocation

Back to constructors index

Location of encrypted telegram passport file.

Attributes:

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

Type: InputFileLocation

Example:

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

Or, if you're into Lua:

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