Link Search Menu Expand Document

Constructor: inputSecureFileLocation

Back to constructors index

Location of encrypted telegram passport file.

Attributes:

NameTypeRequiredDescription
idlongYesFile ID, id parameter value from secureFile
access_hashlongYesChecksum, access_hash parameter value from secureFile

Type: InputFileLocation

Example:

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